mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-13 12:22:05 +08:00
SpkPageQssTest重命名为SpkPageUiTest
This commit is contained in:
@@ -18,6 +18,7 @@ class SpkDialog : public SpkWindow
|
||||
void AddLayout(QLayout*);
|
||||
void AddSpacing(int);
|
||||
void SetMargin(int);
|
||||
void SetMargin(int, int, int, int);
|
||||
int Exec();
|
||||
|
||||
private slots:
|
||||
@@ -28,8 +29,9 @@ class SpkDialog : public SpkWindow
|
||||
void ExitEventLoop(int);
|
||||
void CloseWindow();
|
||||
|
||||
private:
|
||||
protected:
|
||||
QWidget *mDialogWidget;
|
||||
private:
|
||||
QVBoxLayout *mMainVLay, *mWidgetsVLay;
|
||||
QHBoxLayout *mBtnLay;
|
||||
QButtonGroup *mBtnGroup;
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include <QJsonObject>
|
||||
#include "spksidebartree.h" // In place of #include <QTreeWidget>
|
||||
#include <QPointer>
|
||||
#include "spkpageqsstest.h"
|
||||
#include "spkpageuitest.h"
|
||||
|
||||
class QNetworkReply;
|
||||
|
||||
@@ -142,7 +142,7 @@ namespace SpkUi
|
||||
QTreeWidgetItem *CategoryParentItem;
|
||||
|
||||
//Pages
|
||||
SpkPageQssTest *PageQssTest;
|
||||
SpkPageUiTest *PageQssTest;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -16,11 +16,11 @@
|
||||
|
||||
namespace SpkUi
|
||||
{
|
||||
class SpkPageQssTest : public QSplitter
|
||||
class SpkPageUiTest : public QSplitter
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
SpkPageQssTest(QWidget *parent = nullptr);
|
||||
SpkPageUiTest(QWidget *parent = nullptr);
|
||||
QWidget *WidL, *WidR;
|
||||
QVBoxLayout *VLayWidgets,
|
||||
*VLayBtn,
|
||||
Reference in New Issue
Block a user