mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 04:25:42 +08:00
Ref T219, changed UI element for login buttons
QFrame based instead of QGroupBox based
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
#include "blackcore/network.h"
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include <QGroupBox>
|
||||
#include <QFrame>
|
||||
#include <QObject>
|
||||
#include <QScopedPointer>
|
||||
|
||||
@@ -24,7 +24,7 @@ namespace Ui { class CLoginModeButtons; }
|
||||
namespace BlackGui
|
||||
{
|
||||
//! Display login modes (normal, stealth, ...)
|
||||
class BLACKGUI_EXPORT CLoginModeButtons : public QGroupBox
|
||||
class BLACKGUI_EXPORT CLoginModeButtons : public QFrame
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user