mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-14 04:42:03 +08:00
加入SpkAbout(无内容)
This commit is contained in:
@@ -15,7 +15,9 @@ class SpkDialog : public SpkWindow
|
||||
~SpkDialog();
|
||||
void AddButton(QString text, SpkUi::SpkButtonStyle style = SpkUi::SpkButtonStyle::Normal);
|
||||
void AddWidget(QWidget*);
|
||||
void AddLayout(QLayout*);
|
||||
void AddSpacing(int);
|
||||
void SetMargin(int);
|
||||
int Exec();
|
||||
|
||||
private slots:
|
||||
@@ -31,5 +33,5 @@ class SpkDialog : public SpkWindow
|
||||
QVBoxLayout *mMainVLay, *mWidgetsVLay;
|
||||
QHBoxLayout *mBtnLay;
|
||||
QButtonGroup *mBtnGroup;
|
||||
QList<QWidget*> mWidgetsList, mParentsList;
|
||||
QList<QObject*> mWidgetsList, mParentsList;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user