Przeglądaj źródła

"1,三级菜单样式调整;"
"2,三级菜单增加类型,下拉控件,单选控件,开关控件,时间控件,输入控件,组合控件;"
"3,菜单增加图标和虚线,菜单带记忆功能;"
"4.菜单右侧增加12个自定义的按钮;"

Change-Id: I36bc4442b8e946f8e9427e85e2df5695a3967dde

gu_jiangdong 3 miesięcy temu
rodzic
commit
017b4002c0

+ 5 - 0
OriginalWnd/OriginalWnd.cpp

@@ -35,6 +35,11 @@ OriginalWnd::~OriginalWnd()
     delete ui;
 }
 
+QWidget* OriginalWnd::getWidgetLeft() const
+{
+    return ui->widget;
+}
+
 void OriginalWnd::initForm()
 {
     QTimer *timer = new QTimer(this);

+ 1 - 0
OriginalWnd/OriginalWnd.h

@@ -15,6 +15,7 @@ class OriginalWnd : public QMainWindow
 public:
     explicit OriginalWnd(QWidget *parent = nullptr);
     ~OriginalWnd();
+    QWidget* getWidgetLeft() const; // 访问 widget 的接口
 
 private slots:
     void on_ChartButton_clicked();

+ 0 - 156
OriginalWnd/OriginalWnd.ui

@@ -116,19 +116,6 @@ production</string>
       <string/>
      </property>
     </widget>
-    <widget class="QPushButton" name="pushButton_7">
-     <property name="geometry">
-      <rect>
-       <x>16</x>
-       <y>245</y>
-       <width>158</width>
-       <height>48</height>
-      </rect>
-     </property>
-     <property name="text">
-      <string>PushButton</string>
-     </property>
-    </widget>
     <widget class="Line" name="line_2">
      <property name="geometry">
       <rect>
@@ -142,136 +129,6 @@ production</string>
       <enum>Qt::Horizontal</enum>
      </property>
     </widget>
-    <widget class="QPushButton" name="pushButton_8">
-     <property name="geometry">
-      <rect>
-       <x>16</x>
-       <y>306</y>
-       <width>158</width>
-       <height>48</height>
-      </rect>
-     </property>
-     <property name="text">
-      <string>PushButton</string>
-     </property>
-    </widget>
-    <widget class="QPushButton" name="pushButton_9">
-     <property name="geometry">
-      <rect>
-       <x>16</x>
-       <y>367</y>
-       <width>158</width>
-       <height>48</height>
-      </rect>
-     </property>
-     <property name="text">
-      <string>PushButton</string>
-     </property>
-    </widget>
-    <widget class="QPushButton" name="pushButton_10">
-     <property name="geometry">
-      <rect>
-       <x>16</x>
-       <y>428</y>
-       <width>158</width>
-       <height>48</height>
-      </rect>
-     </property>
-     <property name="text">
-      <string>PushButton</string>
-     </property>
-    </widget>
-    <widget class="QPushButton" name="pushButton_11">
-     <property name="geometry">
-      <rect>
-       <x>16</x>
-       <y>489</y>
-       <width>158</width>
-       <height>48</height>
-      </rect>
-     </property>
-     <property name="text">
-      <string>PushButton</string>
-     </property>
-    </widget>
-    <widget class="QPushButton" name="pushButton_12">
-     <property name="geometry">
-      <rect>
-       <x>16</x>
-       <y>550</y>
-       <width>158</width>
-       <height>48</height>
-      </rect>
-     </property>
-     <property name="text">
-      <string>PushButton</string>
-     </property>
-    </widget>
-    <widget class="QPushButton" name="pushButton_13">
-     <property name="geometry">
-      <rect>
-       <x>16</x>
-       <y>611</y>
-       <width>158</width>
-       <height>48</height>
-      </rect>
-     </property>
-     <property name="text">
-      <string>PushButton</string>
-     </property>
-    </widget>
-    <widget class="QPushButton" name="pushButton_14">
-     <property name="geometry">
-      <rect>
-       <x>16</x>
-       <y>672</y>
-       <width>158</width>
-       <height>48</height>
-      </rect>
-     </property>
-     <property name="text">
-      <string>PushButton</string>
-     </property>
-    </widget>
-    <widget class="QPushButton" name="pushButton_15">
-     <property name="geometry">
-      <rect>
-       <x>16</x>
-       <y>733</y>
-       <width>158</width>
-       <height>48</height>
-      </rect>
-     </property>
-     <property name="text">
-      <string>PushButton</string>
-     </property>
-    </widget>
-    <widget class="QPushButton" name="pushButton_16">
-     <property name="geometry">
-      <rect>
-       <x>16</x>
-       <y>794</y>
-       <width>158</width>
-       <height>48</height>
-      </rect>
-     </property>
-     <property name="text">
-      <string>PushButton</string>
-     </property>
-    </widget>
-    <widget class="QPushButton" name="pushButton_17">
-     <property name="geometry">
-      <rect>
-       <x>16</x>
-       <y>855</y>
-       <width>158</width>
-       <height>48</height>
-      </rect>
-     </property>
-     <property name="text">
-      <string>PushButton</string>
-     </property>
-    </widget>
     <widget class="QPushButton" name="pushButton_18">
      <property name="geometry">
       <rect>
@@ -285,19 +142,6 @@ production</string>
       <string>PushButton</string>
      </property>
     </widget>
-    <widget class="QPushButton" name="pushButton_20">
-     <property name="geometry">
-      <rect>
-       <x>16</x>
-       <y>916</y>
-       <width>158</width>
-       <height>48</height>
-      </rect>
-     </property>
-     <property name="text">
-      <string>PushButton</string>
-     </property>
-    </widget>
    </widget>
    <widget class="QWidget" name="Toptitlebar" native="true">
     <property name="geometry">

Plik diff jest za duży
+ 971 - 75
OriginalWnd/treeviewmanager.cpp


+ 135 - 10
OriginalWnd/treeviewmanager.h

@@ -19,6 +19,27 @@
 #include <QDebug>
 #include <QPushButton>
 #include <QStyleFactory>
+#include <QTimer>
+#include <QPainter>
+#include <QEvent>
+#include <QStringList>
+#include <QSettings>
+#include <QSet>
+#include <QVariant>
+#include <QMenu>
+#include <QAction>
+#include <QMessageBox>
+#include <QTimeEdit>
+#include <QHBoxLayout>
+#include <QCursor>
+#include <QScrollArea>
+#include <QToolButton>
+
+
+
+class OriginalWnd; // 前向声明
+
+
 class TreeViewManager : public QWidget
 {
     Q_OBJECT
@@ -31,7 +52,15 @@ public:
      * @param widget2 父组件,用于确定导航栏位置
      * @param horizontalLayout2 用于计算导航栏宽度
      */
-    explicit TreeViewManager(QWidget *parent, QWidget *widget2);
+    explicit TreeViewManager(OriginalWnd* originalWnd, QWidget *widget2, QWidget *parent = nullptr);
+    virtual ~TreeViewManager();
+
+    /**
+     * @brief 加载并显示三级目录的按钮配置信息
+     * @param thirdLevelObj 三级目录的 JSON 对象
+     */
+    void loadButtonConfigForThirdLevel(const QJsonObject &thirdLevelObj);
+
 
     /**
      * @brief 加载 JSON 数据并初始化树视图
@@ -40,32 +69,132 @@ public:
     void loadJsonFromFile(const QString &filePath);
 
     void loadTreeData(const QJsonDocument &doc);
-    //void setupTreeData();
+
+
     void applyCustomStyles();
 
     /**
      * @brief 更新导航栏内容,根据点击的目录项动态显示
      * @param index 点击的目录项索引
      */
-    void updateNavigationBar(const QModelIndex &index);
+    void updateNavigationBar(const QModelIndex &index);  //导航栏更新
+    void  paintAllBranches(const QModelIndex &parentIndex, QPainter &painter);
+
+    //在“父节点 -> 子节点”间画一条“L”型拐角线,仅调整横向线段的长度
+    void drawParentChildLine(const QModelIndex &childIndex, QPainter &painter);
+    void drawSiblingLine(const QModelIndex &childIndex, QPainter &painter);
+
 
 private:
-    // 界面组件
+
     QWidget *widget2;                            // 父组件,用于确定导航栏位置
 
     QTreeView *treeViewDown;                     // 完整目录树
+
     QStandardItemModel *downModel;               // 树状结构模型
 
     QWidget *navigationWidget;                   // 动态导航栏窗口
+
     QVBoxLayout *navigationLayout;               // 导航栏布局
 
+
+
     QPushButton *buttonOpenFile; // 返回一级菜单
     QPushButton *buttonUp;       // 遍历导航向上
     QPushButton *buttonDown;     // 遍历导航向下
     QPushButton *buttonLeft;     // 进入下一级目录
     QPushButton *buttonRight;    // 返回上一级目录
+
+    OriginalWnd *m_originalWnd; // 声明指向 OriginalWnd 的指针
+    QJsonDocument m_jsonDoc;    // 存储已加载的 JSON 文档
+
+    // 用于存储选中路径和展开路径
+    QSet<QString> visitedPaths;
+    QSet<QString> expandedPaths;
+    bool restoring; // 标识当前是否处于“恢复”状态
+
+    /**
+     * @brief 保存当前选中与展开路径到 QSettings
+     */
+    void saveVisitedPaths();
+
+    /**
+     * @brief 从 QSettings 中加载上一次的选中与展开路径
+     */
+    void loadVisitedPaths();
+
+    /**
+     * @brief 将某条选中路径添加到 visitedPaths
+     * @param path 要记录的路径(分段组成)
+     */
+    void addVisitedPath(const QStringList &path);
+
+    /**
+     * @brief 将某条选中路径从 visitedPaths 中移除
+     * @param path 要移除的路径(分段组成)
+     */
+    void removeVisitedPath(const QStringList &path);
+
+    /**
+     * @brief 将某条展开路径添加到 expandedPaths
+     * @param path 要记录的路径(分段组成)
+     */
+    void addExpandedPath(const QStringList &path);
+
+    /**
+     * @brief 将某条展开路径从 expandedPaths 中移除
+     * @param path 要移除的路径(分段组成)
+     */
+    void removeExpandedPath(const QStringList &path);
+
+    /**
+     * @brief 构建给定 QStandardItem 的路径,如 "一级/二级/三级"
+     * @param item 要处理的节点
+     * @return 分段组成的路径
+     */
+    QStringList buildItemPath(QStandardItem *item);
+
+    /**
+     * @brief 根据路径查找对应的 QModelIndex
+     * @param path 分段路径,如 {"一级目录","二级目录"}
+     * @return 若找到,返回有效的 QModelIndex,否则返回无效
+     */
+    QModelIndex findItemByPath(const QStringList &path);
+
+    /**
+     * @brief 递归存储展开状态,可根据需要在各个节点间遍历
+     * @param parentItem 父节点
+     * @param currentPath 当前节点路径
+     * @param expandedPaths 最终输出的所有展开路径
+     */
+    void storeExpandedItems(QStandardItem *parentItem,
+                            const QStringList &currentPath,
+                            QStringList &expandedPaths);
+
+    /**
+     * @brief 递归查找节点:根据分段路径依次往下层匹配
+     * @param parentItem 父节点
+     * @param path 分段路径
+     * @param depth 当前递归深度
+     * @return 匹配到则返回有效 QModelIndex,否则返回无效
+     */
+    QModelIndex findItemByPathRecursive(QStandardItem *parentItem,
+                                        const QStringList &path,
+                                        int depth);
+
+    /**
+     * @brief 获取当前索引的下一个有效索引
+     * @param currentIndex 当前索引
+     * @return 下一个索引,如无则返回无效
+     */
     QModelIndex getNextIndex(const QModelIndex &currentIndex);
 
+    /**
+     * @brief 获取最后一个子节点的索引
+     * @param parentIndex 父节点索引
+     * @return 若有子节点,则返回最后一个子节点,否则无效
+     */
+    QModelIndex getLastChildIndex(const QModelIndex &parentIndex);
 
     void setupButton();     // 创建并初始化按钮
 
@@ -76,11 +205,6 @@ private:
      */
     void buildTree(const QJsonObject &jsonObj, QStandardItem *parent);
 
-    /**
-     * @brief 显示字段属性(仅用于构建树,不涉及字段窗口)
-     * @param fields 字段数据
-     */
-    //void displayFields(const QJsonObject &fields);
 
     /**
      * @brief 显示三级目录的字段内容(打开新窗口)
@@ -92,7 +216,8 @@ private:
      * @brief 更新导航栏窗口的几何位置
      */
     void updateNavigationWidgetGeometry();
-
+protected:
+    bool eventFilter(QObject *watched, QEvent *event) override;
 
 private slots:
     void onButtonOpenFileClicked(); // 槽函数:返回一级菜单

+ 442 - 175
config/menu_config.json

@@ -1,198 +1,465 @@
-
 {
   "一级目录1": {
     "二级目录1": {
       "三级目录1": {
-          "isThirdLevel": true,
-      "字段1": { "type": "input", "value": "请输入内容1" },
-      "字段2": { "type": "dropdown", "value": "下拉框1", "options": ["下拉框1", "下拉框2"] },
-      "字段3": { "type": "checkbox", "value": "true" },
-      "字段4": { "type": "input", "value": "请输入内容4" },
-      "字段5": { "type": "dropdown", "value": "下拉框2", "options": ["下拉框1", "下拉框2"] },
-      "字段6": { "type": "checkbox", "value": "false" },
-      "字段7": { "type": "input", "value": "请输入内容7" },
-      "字段8": { "type": "dropdown", "value": "下拉框3", "options": ["下拉框1", "下拉框2", "下拉框3"] },
-      "字段9": { "type": "checkbox", "value": "true" },
-      "字段10": { "type": "input", "value": "请输入内容10" },
-      "字段11": { "type": "dropdown", "value": "下拉框1", "options": ["下拉框1", "下拉框2"] },
-      "字段12": { "type": "checkbox", "value": "true" },
-      "字段13": { "type": "input", "value": "请输入内容13" },
-      "字段14": { "type": "dropdown", "value": "下拉框2", "options": ["下拉框1", "下拉框2"] },
-      "字段15": { "type": "checkbox", "value": "false" },
-      "字段16": { "type": "input", "value": "请输入内容16" },
-      "字段17": { "type": "dropdown", "value": "下拉框3", "options": ["下拉框1", "下拉框2", "下拉框3"] },
-      "字段18": { "type": "checkbox", "value": "true" },
-      "字段19": { "type": "input", "value": "请输入内容19" },
-      "字段20": { "type": "dropdown", "value": "下拉框1", "options": ["下拉框1", "下拉框2", "下拉框3"] }
+        "isThirdLevel": true,
+        "字段1": { "type": "input", "value": "请输入内容1" },
+        "字段2": {
+          "type": "dropdown",
+          "value": "下拉框1",
+          "options": ["下拉框1", "下拉框2"]
+        },
+        "字段3": { "type": "checkbox", "value": true },
+        "字段4": { "type": "input", "value": "请输入内容4" },
+        "字段5": {
+          "type": "dropdown",
+          "value": "下拉框2",
+          "options": ["下拉框1", "下拉框2"]
+        },
+        "字段6": { "type": "checkbox", "value": false },
+        "字段7": { "type": "input", "value": "请输入内容7" },
+        "字段8": {
+          "type": "dropdown",
+          "value": "下拉框3",
+          "options": ["下拉框1", "下拉框2", "下拉框3"]
+        },
+        "字段9": { "type": "checkbox", "value": true },
+        "字段10": { "type": "input", "value": "请输入内容10" },
+        "字段11": {
+          "type": "dropdown",
+          "value": "下拉框1",
+          "options": ["下拉框1", "下拉框2"]
+        },
+        "字段12": { "type": "checkbox", "value": true },
+        "字段13": { "type": "input", "value": "请输入内容13" },
+        "字段14": {
+          "type": "dropdown",
+          "value": "下拉框2",
+          "options": ["下拉框1", "下拉框2"]
+        },
+        "字段15": { "type": "checkbox", "value": false },
+        "字段16": { "type": "input", "value": "请输入内容16" },
+        "字段17": {
+          "type": "dropdown",
+          "value": "下拉框3",
+          "options": ["下拉框1", "下拉框2", "下拉框3"]
+        },
+        "字段18": { "type": "checkbox", "value": true },
+        "字段19": { "type": "input", "value": "请输入内容19" },
+        "字段20": {
+          "type": "dropdown",
+          "value": "下拉框1",
+          "options": ["下拉框1", "下拉框2", "下拉框3"]
+        },
+        "字段21": {
+          "type": "radio",
+          "value": "选项B",
+          "options": ["选项A", "选项B", "选项C"]
+        },
+        "字段22": {
+          "type": "switch",
+          "value": "off"
+        },
+        "字段23": {
+          "type": "time",
+          "value": "12:00:00"
+        },
+        "字段24": {
+          "type": "combined",
+          "value": {
+            "inputValue": "输入框内容",
+            "moduleButton": "模组",
+            "axisButton": "轴向"
+          },
+          "moduleOptions": ["模组A", "模组B", "模组C"],
+          "axisMap": {
+            "模组A": ["A轴", "B轴", "C轴"],
+            "模组B": ["X轴", "Y轴"],
+            "模组C": ["Z轴"]
+          },
+          "timeout": 180
+        },
+        "buttons": [
+          { "id": "pb_one", "icon": ":/images/pb_arrow.png", "text": "Run 1 die", "enabled": true },
+          { "id": "pb_two", "icon": ":/images/pb_book.png", "text": "Run 1 strip", "enabled": true },
+          { "id": "pb_three", "icon": ":/images/pb_Extensions.png", "text": "Learn pick
+              Z touch height", "enabled": false },
+          { "id": "pb_four", "icon": ":/images/pb_key.png", "text": "Complete
+              all strips", "enabled": true },
+          { "id": "pb_five", "icon": ":/images/pb_mouse.png", "text": "Align die", "enabled": true },
+          { "id": "pb_six", "icon": ":/images/pb_play.png", "text": "Pick die", "enabled": false },
+          { "id": "pb_seven", "icon": ":/images/pb_remove.png", "text": "Epoxy and
+              die corrections..", "enabled": true },
+          { "id": "pb_eight", "icon": ":/images/pb_Target.png", "text": "Remove die
+              from bond head", "enabled": true },
+          { "id": "pb_nine", "icon": ":/images/pb_three.png", "text": "Advanced
+              process modes...", "enabled": false },
+          { "id": "pb_ten", "icon": ":/images/pb_two.png", "text": "Move BA
+              to pick", "enabled": true },
+          { "id": "pb_eleven", "icon": ":/images/pb_arrow.png", "text": "Move BH
+              to pick", "enabled": true },
+          { "id": "pb_twelve", "icon": ":/images/pb_book.png", "text": "Toggle
+              soft keys", "enabled": true }
+        ]
       },
       "三级目录2": {
-          "isThirdLevel": true,
-      "字段1": { "type": "input", "value": "请输入内容1" },
-      "字段2": { "type": "dropdown", "value": "下拉框1", "options": ["下拉框1", "下拉框2"] },
-      "字段3": { "type": "checkbox", "value": "true" },
-      "字段4": { "type": "input", "value": "请输入内容4" },
-      "字段5": { "type": "dropdown", "value": "下拉框2", "options": ["下拉框1", "下拉框2"] },
-      "字段6": { "type": "checkbox", "value": "false" },
-      "字段7": { "type": "input", "value": "请输入内容7" },
-      "字段8": { "type": "dropdown", "value": "下拉框3", "options": ["下拉框1", "下拉框2", "下拉框3"] },
-      "字段9": { "type": "checkbox", "value": "true" },
-      "字段10": { "type": "input", "value": "请输入内容10" },
-      "字段11": { "type": "dropdown", "value": "下拉框1", "options": ["下拉框1", "下拉框2"] },
-      "字段12": { "type": "checkbox", "value": "true" },
-      "字段13": { "type": "input", "value": "请输入内容13" },
-      "字段14": { "type": "dropdown", "value": "下拉框2", "options": ["下拉框1", "下拉框2"] },
-      "字段15": { "type": "checkbox", "value": "false" },
-      "字段16": { "type": "input", "value": "请输入内容16" },
-      "字段17": { "type": "dropdown", "value": "下拉框3", "options": ["下拉框1", "下拉框2", "下拉框3"] },
-      "字段18": { "type": "checkbox", "value": "true" },
-      "字段19": { "type": "input", "value": "请输入内容19" },
-      "字段20": { "type": "dropdown", "value": "下拉框1", "options": ["下拉框1", "下拉框2", "下拉框3"] }
+        "isThirdLevel": true,
+        "字段1": { "type": "input", "value": "请输入内容1" },
+        "字段2": {
+          "type": "dropdown",
+          "value": "下拉框1",
+          "options": ["下拉框1", "下拉框2"]
+        },
+        "字段3": { "type": "checkbox", "value": true },
+        "字段4": { "type": "input", "value": "请输入内容4" },
+        "字段5": {
+          "type": "dropdown",
+          "value": "下拉框2",
+          "options": ["下拉框1", "下拉框2"]
+        },
+        "字段6": { "type": "checkbox", "value": false },
+        "字段7": { "type": "input", "value": "请输入内容7" },
+        "字段8": {
+          "type": "dropdown",
+          "value": "下拉框3",
+          "options": ["下拉框1", "下拉框2", "下拉框3"]
+        },
+        "字段9": { "type": "checkbox", "value": true },
+        "字段10": { "type": "input", "value": "请输入内容10" },
+        "字段11": {
+          "type": "dropdown",
+          "value": "下拉框1",
+          "options": ["下拉框1", "下拉框2"]
+        },
+        "字段12": { "type": "checkbox", "value": true },
+        "字段13": { "type": "input", "value": "请输入内容13" },
+        "字段14": {
+          "type": "dropdown",
+          "value": "下拉框2",
+          "options": ["下拉框1", "下拉框2"]
+        },
+        "字段15": { "type": "checkbox", "value": false },
+        "字段16": { "type": "input", "value": "请输入内容16" },
+        "字段17": {
+          "type": "dropdown",
+          "value": "下拉框3",
+          "options": ["下拉框1", "下拉框2", "下拉框3"]
+        },
+        "字段18": { "type": "checkbox", "value": true },
+        "字段19": { "type": "input", "value": "请输入内容19" },
+        "字段20": {
+          "type": "dropdown",
+          "value": "下拉框1",
+          "options": ["下拉框1", "下拉框2", "下拉框3"]
+        },
+        "buttons": [
+          { "id": "pb_one", "icon": ":/images/pb_arrow.png", "text": "按钮一", "enabled": true },
+          { "id": "pb_two", "icon": ":/images/pb_book.png", "text": "按钮二", "enabled": true },
+          { "id": "pb_three", "icon": ":/images/pb_Extensions.png", "text": "按钮三", "enabled": false },
+          { "id": "pb_four", "icon": ":/images/pb_key.png", "text": "按钮四", "enabled": true },
+          { "id": "pb_five", "icon": ":/images/pb_mouse.png", "text": "按钮五", "enabled": true },
+          { "id": "pb_six", "icon": ":/images/pb_play.png", "text": "按钮六", "enabled": false },
+          { "id": "pb_seven", "icon": ":/images/pb_remove.png", "text": "按钮七", "enabled": true },
+          { "id": "pb_eight", "icon": ":/images/pb_Target.png", "text": "按钮八", "enabled": true },
+          { "id": "pb_nine", "icon": ":/images/pb_three.png", "text": "按钮九", "enabled": false },
+          { "id": "pb_ten", "icon": ":/images/pb_two.png", "text": "按钮十", "enabled": true },
+          { "id": "pb_eleven", "icon": ":/images/pb_arrow.png", "text": "按钮十一", "enabled": true },
+          { "id": "pb_twelve", "icon": ":/images/pb_book.png", "text": "按钮十二", "enabled": true }
+        ]
       }
     },
     "二级目录2": {
       "三级目录1": {
-          "isThirdLevel": true,
-      "字段1": { "type": "input", "value": "请输入内容1" },
-      "字段2": { "type": "dropdown", "value": "下拉框1", "options": ["下拉框1", "下拉框2"] },
-      "字段3": { "type": "checkbox", "value": "true" },
-      "字段4": { "type": "input", "value": "请输入内容4" },
-      "字段5": { "type": "dropdown", "value": "下拉框2", "options": ["下拉框1", "下拉框2"] },
-      "字段6": { "type": "checkbox", "value": "false" },
-      "字段7": { "type": "input", "value": "请输入内容7" },
-      "字段8": { "type": "dropdown", "value": "下拉框3", "options": ["下拉框1", "下拉框2", "下拉框3"] },
-      "字段9": { "type": "checkbox", "value": "true" },
-      "字段10": { "type": "input", "value": "请输入内容10" },
-      "字段11": { "type": "dropdown", "value": "下拉框1", "options": ["下拉框1", "下拉框2"] },
-      "字段12": { "type": "checkbox", "value": "true" },
-      "字段13": { "type": "input", "value": "请输入内容13" },
-      "字段14": { "type": "dropdown", "value": "下拉框2", "options": ["下拉框1", "下拉框2"] },
-      "字段15": { "type": "checkbox", "value": "false" },
-      "字段16": { "type": "input", "value": "请输入内容16" },
-      "字段17": { "type": "dropdown", "value": "下拉框3", "options": ["下拉框1", "下拉框2", "下拉框3"] },
-      "字段18": { "type": "checkbox", "value": "true" },
-      "字段19": { "type": "input", "value": "请输入内容19" },
-      "字段20": { "type": "dropdown", "value": "下拉框1", "options": ["下拉框1", "下拉框2", "下拉框3"] }
+        "isThirdLevel": true,
+        "字段1": { "type": "input", "value": "请输入内容1" },
+        "字段2": {
+          "type": "dropdown",
+          "value": "下拉框1",
+          "options": ["下拉框1", "下拉框2"]
+        },
+        "字段3": { "type": "checkbox", "value": true },
+        "字段4": { "type": "input", "value": "请输入内容4" },
+        "字段5": {
+          "type": "dropdown",
+          "value": "下拉框2",
+          "options": ["下拉框1", "下拉框2"]
+        },
+        "字段6": { "type": "checkbox", "value": false },
+        "字段7": { "type": "input", "value": "请输入内容7" },
+        "字段8": {
+          "type": "dropdown",
+          "value": "下拉框3",
+          "options": ["下拉框1", "下拉框2", "下拉框3"]
+        },
+        "字段9": { "type": "checkbox", "value": true },
+        "字段10": { "type": "input", "value": "请输入内容10" },
+        "字段11": {
+          "type": "dropdown",
+          "value": "下拉框1",
+          "options": ["下拉框1", "下拉框2"]
+        },
+        "字段12": { "type": "checkbox", "value": true },
+        "字段13": { "type": "input", "value": "请输入内容13" },
+        "字段14": {
+          "type": "dropdown",
+          "value": "下拉框2",
+          "options": ["下拉框1", "下拉框2"]
+        },
+        "字段15": { "type": "checkbox", "value": false },
+        "字段16": { "type": "input", "value": "请输入内容16" },
+        "字段17": {
+          "type": "dropdown",
+          "value": "下拉框3",
+          "options": ["下拉框1", "下拉框2", "下拉框3"]
+        },
+        "字段18": { "type": "checkbox", "value": true },
+        "字段19": { "type": "input", "value": "请输入内容19" },
+        "字段20": {
+          "type": "dropdown",
+          "value": "下拉框1",
+          "options": ["下拉框1", "下拉框2", "下拉框3"]
+        },
+        "buttons": [
+          { "id": "pb_one", "icon": ":/images/pb_arrow.png", "text": "按钮一", "enabled": true },
+          { "id": "pb_two", "icon": ":/images/pb_book.png", "text": "按钮二", "enabled": true },
+          { "id": "pb_three", "icon": ":/images/pb_Extensions.png", "text": "按钮三", "enabled": false },
+          { "id": "pb_four", "icon": ":/images/pb_key.png", "text": "按钮四", "enabled": true },
+          { "id": "pb_five", "icon": ":/images/pb_mouse.png", "text": "按钮五", "enabled": true },
+          { "id": "pb_six", "icon": ":/images/pb_play.png", "text": "按钮六", "enabled": false },
+          { "id": "pb_seven", "icon": ":/images/pb_remove.png", "text": "按钮七", "enabled": true },
+          { "id": "pb_eight", "icon": ":/images/pb_Target.png", "text": "按钮八", "enabled": true },
+          { "id": "pb_nine", "icon": ":/images/pb_three.png", "text": "按钮九", "enabled": false },
+          { "id": "pb_ten", "icon": ":/images/pb_two.png", "text": "按钮十", "enabled": true },
+          { "id": "pb_eleven", "icon": ":/images/pb_arrow.png", "text": "按钮十一", "enabled": true },
+          { "id": "pb_twelve", "icon": ":/images/pb_book.png", "text": "按钮十二", "enabled": true }
+        ]
       },
       "三级目录2": {
-          "isThirdLevel": true,
-      "字段1": { "type": "input", "value": "请输入内容1" },
-      "字段2": { "type": "dropdown", "value": "下拉框1", "options": ["下拉框1", "下拉框2"] },
-      "字段3": { "type": "checkbox", "value": "true" },
-      "字段4": { "type": "input", "value": "请输入内容4" },
-      "字段5": { "type": "dropdown", "value": "下拉框2", "options": ["下拉框1", "下拉框2"] },
-      "字段6": { "type": "checkbox", "value": "false" },
-      "字段7": { "type": "input", "value": "请输入内容7" },
-      "字段8": { "type": "dropdown", "value": "下拉框3", "options": ["下拉框1", "下拉框2", "下拉框3"] },
-      "字段9": { "type": "checkbox", "value": "true" },
-      "字段10": { "type": "input", "value": "请输入内容10" },
-      "字段11": { "type": "dropdown", "value": "下拉框1", "options": ["下拉框1", "下拉框2"] },
-      "字段12": { "type": "checkbox", "value": "true" },
-      "字段13": { "type": "input", "value": "请输入内容13" },
-      "字段14": { "type": "dropdown", "value": "下拉框2", "options": ["下拉框1", "下拉框2"] },
-      "字段15": { "type": "checkbox", "value": "false" },
-      "字段16": { "type": "input", "value": "请输入内容16" },
-      "字段17": { "type": "dropdown", "value": "下拉框3", "options": ["下拉框1", "下拉框2", "下拉框3"] },
-      "字段18": { "type": "checkbox", "value": "true" },
-      "字段19": { "type": "input", "value": "请输入内容19" },
-      "字段20": { "type": "dropdown", "value": "下拉框1", "options": ["下拉框1", "下拉框2", "下拉框3"] }
+        "isThirdLevel": true,
+        "字段1": { "type": "input", "value": "请输入内容1" },
+        "字段2": {
+          "type": "dropdown",
+          "value": "下拉框1",
+          "options": ["下拉框1", "下拉框2"]
+        },
+        "字段3": { "type": "checkbox", "value": true },
+        "字段4": { "type": "input", "value": "请输入内容4" },
+        "字段5": {
+          "type": "dropdown",
+          "value": "下拉框2",
+          "options": ["下拉框1", "下拉框2"]
+        },
+        "字段6": { "type": "checkbox", "value": false },
+        "字段7": { "type": "input", "value": "请输入内容7" },
+        "字段8": {
+          "type": "dropdown",
+          "value": "下拉框3",
+          "options": ["下拉框1", "下拉框2", "下拉框3"]
+        },
+        "字段9": { "type": "checkbox", "value": true },
+        "字段10": { "type": "input", "value": "请输入内容10" },
+        "字段11": {
+          "type": "dropdown",
+          "value": "下拉框1",
+          "options": ["下拉框1", "下拉框2"]
+        },
+        "字段12": { "type": "checkbox", "value": true },
+        "字段13": { "type": "input", "value": "请输入内容13" },
+        "字段14": {
+          "type": "dropdown",
+          "value": "下拉框2",
+          "options": ["下拉框1", "下拉框2"]
+        },
+        "字段15": { "type": "checkbox", "value": false },
+        "字段16": { "type": "input", "value": "请输入内容16" },
+        "字段17": {
+          "type": "dropdown",
+          "value": "下拉框3",
+          "options": ["下拉框1", "下拉框2", "下拉框3"]
+        },
+        "字段18": { "type": "checkbox", "value": true },
+        "字段19": { "type": "input", "value": "请输入内容19" },
+        "字段20": {
+          "type": "dropdown",
+          "value": "下拉框1",
+          "options": ["下拉框1", "下拉框2", "下拉框3"]
+        },
+        "buttons": [
+          { "id": "pb_one", "icon": ":/images/pb_arrow.png", "text": "按钮一", "enabled": true },
+          { "id": "pb_two", "icon": ":/images/pb_book.png", "text": "按钮二", "enabled": true },
+          { "id": "pb_three", "icon": ":/images/pb_Extensions.png", "text": "按钮三", "enabled": false },
+          { "id": "pb_four", "icon": ":/images/pb_key.png", "text": "按钮四", "enabled": true },
+          { "id": "pb_five", "icon": ":/images/pb_mouse.png", "text": "按钮五", "enabled": true },
+          { "id": "pb_six", "icon": ":/images/pb_play.png", "text": "按钮六", "enabled": false },
+          { "id": "pb_seven", "icon": ":/images/pb_remove.png", "text": "按钮七", "enabled": true },
+          { "id": "pb_eight", "icon": ":/images/pb_Target.png", "text": "按钮八", "enabled": true },
+          { "id": "pb_nine", "icon": ":/images/pb_three.png", "text": "按钮九", "enabled": false },
+          { "id": "pb_ten", "icon": ":/images/pb_two.png", "text": "按钮十", "enabled": true },
+          { "id": "pb_eleven", "icon": ":/images/pb_arrow.png", "text": "按钮十一", "enabled": true },
+          { "id": "pb_twelve", "icon": ":/images/pb_book.png", "text": "按钮十二", "enabled": true }
+        ]
       }
     }
   },
   "一级目录2": {
     "二级目录1": {
       "三级目录1": {
-          "isThirdLevel": true,
-      "字段1": { "type": "input", "value": "请输入内容1" },
-      "字段2": { "type": "dropdown", "value": "下拉框1", "options": ["下拉框1", "下拉框2"] },
-      "字段3": { "type": "checkbox", "value": "true" },
-      "字段4": { "type": "input", "value": "请输入内容4" },
-      "字段5": { "type": "dropdown", "value": "下拉框2", "options": ["下拉框1", "下拉框2"] },
-      "字段6": { "type": "checkbox", "value": "false" },
-      "字段7": { "type": "input", "value": "请输入内容7" },
-      "字段8": { "type": "dropdown", "value": "下拉框3", "options": ["下拉框1", "下拉框2", "下拉框3"] },
-      "字段9": { "type": "checkbox", "value": "true" },
-      "字段10": { "type": "input", "value": "请输入内容10" },
-      "字段11": { "type": "dropdown", "value": "下拉框1", "options": ["下拉框1", "下拉框2"] },
-      "字段12": { "type": "checkbox", "value": "true" },
-      "字段13": { "type": "input", "value": "请输入内容13" },
-      "字段14": { "type": "dropdown", "value": "下拉框2", "options": ["下拉框1", "下拉框2"] },
-      "字段15": { "type": "checkbox", "value": "false" },
-      "字段16": { "type": "input", "value": "请输入内容16" },
-      "字段17": { "type": "dropdown", "value": "下拉框3", "options": ["下拉框1", "下拉框2", "下拉框3"] },
-      "字段18": { "type": "checkbox", "value": "true" },
-      "字段19": { "type": "input", "value": "请输入内容19" },
-      "字段20": { "type": "dropdown", "value": "下拉框1", "options": ["下拉框1", "下拉框2", "下拉框3"] }
+        "isThirdLevel": true,
+        "字段1": { "type": "input", "value": "请输入内容1" },
+        "字段2": {
+          "type": "dropdown",
+          "value": "下拉框1",
+          "options": ["下拉框1", "下拉框2"]
+        },
+        "字段3": { "type": "checkbox", "value": true },
+        "字段4": { "type": "input", "value": "请输入内容4" },
+        "字段5": {
+          "type": "dropdown",
+          "value": "下拉框2",
+          "options": ["下拉框1", "下拉框2"]
+        },
+        "字段6": { "type": "checkbox", "value": false },
+        "字段7": { "type": "input", "value": "请输入内容7" },
+        "字段8": {
+          "type": "dropdown",
+          "value": "下拉框3",
+          "options": ["下拉框1", "下拉框2", "下拉框3"]
+        },
+        "字段9": { "type": "checkbox", "value": true },
+        "字段10": { "type": "input", "value": "请输入内容10" },
+        "字段11": {
+          "type": "dropdown",
+          "value": "下拉框1",
+          "options": ["下拉框1", "下拉框2"]
+        },
+        "字段12": { "type": "checkbox", "value": true },
+        "字段13": { "type": "input", "value": "请输入内容13" },
+        "字段14": {
+          "type": "dropdown",
+          "value": "下拉框2",
+          "options": ["下拉框1", "下拉框2"]
+        },
+        "字段15": { "type": "checkbox", "value": false },
+        "字段16": { "type": "input", "value": "请输入内容16" },
+        "字段17": {
+          "type": "dropdown",
+          "value": "下拉框3",
+          "options": ["下拉框1", "下拉框2", "下拉框3"]
+        },
+        "字段18": { "type": "checkbox", "value": true },
+        "字段19": { "type": "input", "value": "请输入内容19" },
+        "字段20": {
+          "type": "dropdown",
+          "value": "下拉框1",
+          "options": ["下拉框1", "下拉框2", "下拉框3"]
+        },
+        "字段21": {
+          "type": "radio",
+          "value": "选项B",
+          "options": ["选项A", "选项B", "选项C"]
+        },
+        "字段22": {
+          "type": "switch",
+          "value": "off"
+        },
+        "字段23": {
+          "type": "time",
+          "value": "12:00:00"
+        },
+        "字段24": {
+          "type": "combined",
+          "value": {
+            "inputValue": "输入框内容",
+            "moduleButton": "模组",
+            "axisButton": "轴向"
+          },
+          "moduleOptions": ["模组A", "模组B", "模组C"],
+          "axisMap": {
+            "模组A": ["A轴", "B轴", "C轴"],
+            "模组B": ["X轴", "Y轴"],
+            "模组C": ["Z轴"]
+          },
+          "timeout": 180
+        },
+        "buttons": [
+          { "id": "pb_one", "icon": ":/images/pb_arrow.png", "text": "按钮一", "enabled": true },
+          { "id": "pb_two", "icon": ":/images/pb_book.png", "text": "按钮二", "enabled": true },
+          { "id": "pb_three", "icon": ":/images/pb_Extensions.png", "text": "按钮三", "enabled": false },
+          { "id": "pb_four", "icon": ":/images/pb_key.png", "text": "按钮四", "enabled": true },
+          { "id": "pb_five", "icon": ":/images/pb_mouse.png", "text": "按钮五", "enabled": true },
+          { "id": "pb_six", "icon": ":/images/pb_play.png", "text": "按钮六", "enabled": false },
+          { "id": "pb_seven", "icon": ":/images/pb_remove.png", "text": "按钮七", "enabled": true },
+          { "id": "pb_eight", "icon": ":/images/pb_Target.png", "text": "按钮八", "enabled": true },
+          { "id": "pb_nine", "icon": ":/images/pb_three.png", "text": "按钮九", "enabled": false },
+          { "id": "pb_ten", "icon": ":/images/pb_two.png", "text": "按钮十", "enabled": true },
+          { "id": "pb_eleven", "icon": ":/images/pb_arrow.png", "text": "按钮十一", "enabled": true },
+          { "id": "pb_twelve", "icon": ":/images/pb_book.png", "text": "按钮十二", "enabled": true }
+        ]
       },
       "三级目录2": {
-          "isThirdLevel": true,
-      "字段1": { "type": "input", "value": "请输入内容1" },
-      "字段2": { "type": "dropdown", "value": "下拉框1", "options": ["下拉框1", "下拉框2"] },
-      "字段3": { "type": "checkbox", "value": "true" },
-      "字段4": { "type": "input", "value": "请输入内容4" },
-      "字段5": { "type": "dropdown", "value": "下拉框2", "options": ["下拉框1", "下拉框2"] },
-      "字段6": { "type": "checkbox", "value": "false" },
-      "字段7": { "type": "input", "value": "请输入内容7" },
-      "字段8": { "type": "dropdown", "value": "下拉框3", "options": ["下拉框1", "下拉框2", "下拉框3"] },
-      "字段9": { "type": "checkbox", "value": "true" },
-      "字段10": { "type": "input", "value": "请输入内容10" },
-      "字段11": { "type": "dropdown", "value": "下拉框1", "options": ["下拉框1", "下拉框2"] },
-      "字段12": { "type": "checkbox", "value": "true" },
-      "字段13": { "type": "input", "value": "请输入内容13" },
-      "字段14": { "type": "dropdown", "value": "下拉框2", "options": ["下拉框1", "下拉框2"] },
-      "字段15": { "type": "checkbox", "value": "false" },
-      "字段16": { "type": "input", "value": "请输入内容16" },
-      "字段17": { "type": "dropdown", "value": "下拉框3", "options": ["下拉框1", "下拉框2", "下拉框3"] },
-      "字段18": { "type": "checkbox", "value": "true" },
-      "字段19": { "type": "input", "value": "请输入内容19" },
-      "字段20": { "type": "dropdown", "value": "下拉框1", "options": ["下拉框1", "下拉框2", "下拉框3"] }
-      }
-    },
-    "二级目录2": {
-      "三级目录1": {
-          "isThirdLevel": true,
-      "字段1": { "type": "input", "value": "请输入内容1" },
-      "字段2": { "type": "dropdown", "value": "下拉框1", "options": ["下拉框1", "下拉框2"] },
-      "字段3": { "type": "checkbox", "value": "true" },
-      "字段4": { "type": "input", "value": "请输入内容4" },
-      "字段5": { "type": "dropdown", "value": "下拉框2", "options": ["下拉框1", "下拉框2"] },
-      "字段6": { "type": "checkbox", "value": "false" },
-      "字段7": { "type": "input", "value": "请输入内容7" },
-      "字段8": { "type": "dropdown", "value": "下拉框3", "options": ["下拉框1", "下拉框2", "下拉框3"] },
-      "字段9": { "type": "checkbox", "value": "true" },
-      "字段10": { "type": "input", "value": "请输入内容10" },
-      "字段11": { "type": "dropdown", "value": "下拉框1", "options": ["下拉框1", "下拉框2"] },
-      "字段12": { "type": "checkbox", "value": "true" },
-      "字段13": { "type": "input", "value": "请输入内容13" },
-      "字段14": { "type": "dropdown", "value": "下拉框2", "options": ["下拉框1", "下拉框2"] },
-      "字段15": { "type": "checkbox", "value": "false" },
-      "字段16": { "type": "input", "value": "请输入内容16" },
-      "字段17": { "type": "dropdown", "value": "下拉框3", "options": ["下拉框1", "下拉框2", "下拉框3"] },
-      "字段18": { "type": "checkbox", "value": "true" },
-      "字段19": { "type": "input", "value": "请输入内容19" },
-      "字段20": { "type": "dropdown", "value": "下拉框1", "options": ["下拉框1", "下拉框2", "下拉框3"] }
-      },
-      "三级目录2": {
-          "isThirdLevel": true,
-      "字段1": { "type": "input", "value": "请输入内容1" },
-      "字段2": { "type": "dropdown", "value": "下拉框1", "options": ["下拉框1", "下拉框2"] },
-      "字段3": { "type": "checkbox", "value": "true" },
-      "字段4": { "type": "input", "value": "请输入内容4" },
-      "字段5": { "type": "dropdown", "value": "下拉框2", "options": ["下拉框1", "下拉框2"] },
-      "字段6": { "type": "checkbox", "value": "false" },
-      "字段7": { "type": "input", "value": "请输入内容7" },
-      "字段8": { "type": "dropdown", "value": "下拉框3", "options": ["下拉框1", "下拉框2", "下拉框3"] },
-      "字段9": { "type": "checkbox", "value": "true" },
-      "字段10": { "type": "input", "value": "请输入内容10" },
-      "字段11": { "type": "dropdown", "value": "下拉框1", "options": ["下拉框1", "下拉框2"] },
-      "字段12": { "type": "checkbox", "value": "true" },
-      "字段13": { "type": "input", "value": "请输入内容13" },
-      "字段14": { "type": "dropdown", "value": "下拉框2", "options": ["下拉框1", "下拉框2"] },
-      "字段15": { "type": "checkbox", "value": "false" },
-      "字段16": { "type": "input", "value": "请输入内容16" },
-      "字段17": { "type": "dropdown", "value": "下拉框3", "options": ["下拉框1", "下拉框2", "下拉框3"] },
-      "字段18": { "type": "checkbox", "value": "true" },
-      "字段19": { "type": "input", "value": "请输入内容19" },
-      "字段20": { "type": "dropdown", "value": "下拉框1", "options": ["下拉框1", "下拉框2", "下拉框3"] }
+        "isThirdLevel": true,
+        "字段1": { "type": "input", "value": "请输入内容1" },
+        "字段2": {
+          "type": "dropdown",
+          "value": "下拉框1",
+          "options": ["下拉框1", "下拉框2"]
+        },
+        "字段3": { "type": "checkbox", "value": true },
+        "字段4": { "type": "input", "value": "请输入内容4" },
+        "字段5": {
+          "type": "dropdown",
+          "value": "下拉框2",
+          "options": ["下拉框1", "下拉框2"]
+        },
+        "字段6": { "type": "checkbox", "value": false },
+        "字段7": { "type": "input", "value": "请输入内容7" },
+        "字段8": {
+          "type": "dropdown",
+          "value": "下拉框3",
+          "options": ["下拉框1", "下拉框2", "下拉框3"]
+        },
+        "字段9": { "type": "checkbox", "value": true },
+        "字段10": { "type": "input", "value": "请输入内容10" },
+        "字段11": {
+          "type": "dropdown",
+          "value": "下拉框1",
+          "options": ["下拉框1", "下拉框2"]
+        },
+        "字段12": { "type": "checkbox", "value": true },
+        "字段13": { "type": "input", "value": "请输入内容13" },
+        "字段14": {
+          "type": "dropdown",
+          "value": "下拉框2",
+          "options": ["下拉框1", "下拉框2"]
+        },
+        "字段15": { "type": "checkbox", "value": false },
+        "字段16": { "type": "input", "value": "请输入内容16" },
+        "字段17": {
+          "type": "dropdown",
+          "value": "下拉框3",
+          "options": ["下拉框1", "下拉框2", "下拉框3"]
+        },
+        "字段18": { "type": "checkbox", "value": true },
+        "字段19": { "type": "input", "value": "请输入内容19" },
+        "字段20": {
+          "type": "dropdown",
+          "value": "下拉框1",
+          "options": ["下拉框1", "下拉框2", "下拉框3"]
+        },
+        "buttons": [
+          { "id": "pb_one", "icon": ":/images/pb_arrow.png", "text": "按钮一", "enabled": true },
+          { "id": "pb_two", "icon": ":/images/pb_book.png", "text": "按钮二", "enabled": true },
+          { "id": "pb_three", "icon": ":/images/pb_Extensions.png", "text": "按钮三", "enabled": false },
+          { "id": "pb_four", "icon": ":/images/pb_key.png", "text": "按钮四", "enabled": true },
+          { "id": "pb_five", "icon": ":/images/pb_mouse.png", "text": "按钮五", "enabled": true },
+          { "id": "pb_six", "icon": ":/images/pb_play.png", "text": "按钮六", "enabled": false },
+          { "id": "pb_seven", "icon": ":/images/pb_remove.png", "text": "按钮七", "enabled": true },
+          { "id": "pb_eight", "icon": ":/images/pb_Target.png", "text": "按钮八", "enabled": true },
+          { "id": "pb_nine", "icon": ":/images/pb_three.png", "text": "按钮九", "enabled": false },
+          { "id": "pb_ten", "icon": ":/images/pb_two.png", "text": "按钮十", "enabled": true },
+          { "id": "pb_eleven", "icon": ":/images/pb_arrow.png", "text": "按钮十一", "enabled": true },
+          { "id": "pb_twelve", "icon": ":/images/pb_book.png", "text": "按钮十二", "enabled": true }
+        ]
       }
     }
   }

BIN
images/home_NotSelecte.png


BIN
images/home_add.png


BIN
images/home_minus.png


BIN
images/home_selected.png


BIN
images/pb_Extensions.png


BIN
images/pb_Target.png


BIN
images/pb_arrow.png


BIN
images/pb_book.png


BIN
images/pb_key.png


BIN
images/pb_mouse.png


BIN
images/pb_play.png


BIN
images/pb_remove.png


BIN
images/pb_three.png


BIN
images/pb_two.png


+ 3 - 3
project01.pro

@@ -4,9 +4,9 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
 
 CONFIG += c++17
 
-LIBS += -L"D:\build-qwt-Desktop_Qt_5_12_8_MSVC2017_64bit-Debug\lib" -lqwtd
-LIBS += -L"D:\build-qwt-Desktop_Qt_5_12_8_MSVC2017_64bit-Debug\lib" -lqwt
-INCLUDEPATH += D:\app\Qt\5.15.2\msvc2019_64\include\qwt
+# LIBS += -L"D:\build-qwt-Desktop_Qt_5_12_8_MSVC2017_64bit-Debug\lib" -lqwtd
+# LIBS += -L"D:\build-qwt-Desktop_Qt_5_12_8_MSVC2017_64bit-Debug\lib" -lqwt
+# INCLUDEPATH += D:\app\Qt\5.15.2\msvc2019_64\include\qwt
 
 # You can make your code fail to compile if it uses deprecated APIs.
 # In order to do so, uncomment the following line.

+ 15 - 357
project01.pro.user

@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE QtCreatorProject>
-<!-- Written by QtCreator 14.0.2, 2024-12-26T17:54:51. -->
+<!-- Written by QtCreator 15.0.0, 2024-12-27T10:53:32. -->
 <qtcreator>
  <data>
   <variable>EnvironmentId</variable>
-  <value type="QByteArray">{18ca618c-d623-4564-b8b0-9ee73c53f748}</value>
+  <value type="QByteArray">{f2ab8eff-3fdd-4b92-9bff-1d8cb181cb85}</value>
  </data>
  <data>
   <variable>ProjectExplorer.Project.ActiveTarget</variable>
@@ -33,6 +33,7 @@
    <value type="bool" key="EditorConfiguration.ConstrainTooltips">false</value>
    <value type="int" key="EditorConfiguration.IndentSize">4</value>
    <value type="bool" key="EditorConfiguration.KeyboardTooltips">false</value>
+   <value type="int" key="EditorConfiguration.LineEndingBehavior">1</value>
    <value type="int" key="EditorConfiguration.MarginColumn">80</value>
    <value type="bool" key="EditorConfiguration.MouseHiding">true</value>
    <value type="bool" key="EditorConfiguration.MouseNavigation">true</value>
@@ -85,364 +86,22 @@
     <valuelist type="QVariantList" key="ClangTools.SuppressedDiagnostics"/>
     <value type="bool" key="ClangTools.UseGlobalSettings">true</value>
    </valuemap>
-   <valuemap type="QVariantMap" key="ClangdSettings">
-    <value type="bool" key="blockIndexing">false</value>
-    <value type="bool" key="useGlobalSettings">true</value>
-   </valuemap>
   </valuemap>
  </data>
  <data>
   <variable>ProjectExplorer.Project.Target.0</variable>
   <valuemap type="QVariantMap">
    <value type="QString" key="DeviceType">Desktop</value>
-   <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Desktop Qt 5.15.2 MSVC2019 64bit</value>
-   <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Desktop Qt 5.15.2 MSVC2019 64bit</value>
-   <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">qt.qt5.5152.win64_msvc2019_64_kit</value>
-   <value type="qlonglong" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value>
-   <value type="qlonglong" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
-   <value type="qlonglong" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
-   <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
-    <value type="int" key="EnableQmlDebugging">0</value>
-    <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">D:\QTT\project01\project01\build\Desktop_Qt_5_15_2_MSVC2019_64bit-Debug</value>
-    <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory.shadowDir">D:/QTT/project01/project01/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug</value>
-    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
-     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
-      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
-      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
-      <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
-      <valuelist type="QVariantList" key="QtProjectManager.QMakeBuildStep.SelectedAbis"/>
-     </valuemap>
-     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
-      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
-      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
-     </valuemap>
-     <value type="qlonglong" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
-     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">构建</value>
-     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">构建</value>
-     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
-    </valuemap>
-    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
-     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
-      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
-      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
-      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
-     </valuemap>
-     <value type="qlonglong" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
-     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">清除</value>
-     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">清除</value>
-     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
-    </valuemap>
-    <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
-    <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
-    <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.CustomParsers"/>
-    <value type="bool" key="ProjectExplorer.BuildConfiguration.ParseStandardOutput">false</value>
-    <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
-    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Debug</value>
-    <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
-    <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">2</value>
-   </valuemap>
-   <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.1">
-    <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">D:\QTTT\project01\build\Desktop_Qt_5_15_2_MSVC2019_64bit-Release</value>
-    <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory.shadowDir">D:/QTTT/project01/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release</value>
-    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
-     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
-      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
-      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
-      <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
-      <valuelist type="QVariantList" key="QtProjectManager.QMakeBuildStep.SelectedAbis"/>
-     </valuemap>
-     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
-      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
-      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
-     </valuemap>
-     <value type="qlonglong" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
-     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">构建</value>
-     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">构建</value>
-     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
-    </valuemap>
-    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
-     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
-      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
-      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
-      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
-     </valuemap>
-     <value type="qlonglong" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
-     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">清除</value>
-     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">清除</value>
-     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
-    </valuemap>
-    <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
-    <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
-    <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.CustomParsers"/>
-    <value type="bool" key="ProjectExplorer.BuildConfiguration.ParseStandardOutput">false</value>
-    <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
-    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Release</value>
-    <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
-    <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value>
-    <value type="int" key="QtQuickCompiler">0</value>
-   </valuemap>
-   <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.2">
-    <value type="int" key="EnableQmlDebugging">0</value>
-    <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">D:\QTTT\project01\build\Desktop_Qt_5_15_2_MSVC2019_64bit-Profile</value>
-    <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory.shadowDir">D:/QTTT/project01/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Profile</value>
-    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
-     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
-      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
-      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
-      <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
-      <valuelist type="QVariantList" key="QtProjectManager.QMakeBuildStep.SelectedAbis"/>
-     </valuemap>
-     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
-      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
-      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
-     </valuemap>
-     <value type="qlonglong" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
-     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">构建</value>
-     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">构建</value>
-     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
-    </valuemap>
-    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
-     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
-      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
-      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
-      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
-     </valuemap>
-     <value type="qlonglong" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
-     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">清除</value>
-     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">清除</value>
-     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
-    </valuemap>
-    <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
-    <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
-    <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.CustomParsers"/>
-    <value type="bool" key="ProjectExplorer.BuildConfiguration.ParseStandardOutput">false</value>
-    <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
-    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Profile</value>
-    <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
-    <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value>
-    <value type="int" key="QtQuickCompiler">0</value>
-    <value type="int" key="SeparateDebugInfo">0</value>
-   </valuemap>
-   <value type="qlonglong" key="ProjectExplorer.Target.BuildConfigurationCount">3</value>
-   <valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.0">
-    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
-     <value type="qlonglong" key="ProjectExplorer.BuildStepList.StepsCount">0</value>
-     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">部署</value>
-     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">部署</value>
-     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Deploy</value>
-    </valuemap>
-    <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">1</value>
-    <valuemap type="QVariantMap" key="ProjectExplorer.DeployConfiguration.CustomData"/>
-    <value type="bool" key="ProjectExplorer.DeployConfiguration.CustomDataEnabled">false</value>
-    <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.DefaultDeployConfiguration</value>
-   </valuemap>
-   <value type="qlonglong" key="ProjectExplorer.Target.DeployConfigurationCount">1</value>
-   <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.0">
-    <value type="bool" key="Analyzer.Perf.Settings.UseGlobalSettings">true</value>
-    <value type="bool" key="Analyzer.QmlProfiler.Settings.UseGlobalSettings">true</value>
-    <value type="int" key="Analyzer.Valgrind.Callgrind.CostFormat">0</value>
-    <value type="bool" key="Analyzer.Valgrind.Settings.UseGlobalSettings">true</value>
-    <value type="QList&lt;int&gt;" key="Analyzer.Valgrind.VisibleErrorKinds"></value>
-    <valuelist type="QVariantList" key="CustomOutputParsers"/>
-    <value type="int" key="PE.EnvironmentAspect.Base">2</value>
-    <valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/>
-    <value type="bool" key="PE.EnvironmentAspect.PrintOnRun">false</value>
-    <value type="QString" key="PerfRecordArgsId">-e cpu-cycles --call-graph &quot;dwarf,4096&quot; -F 250</value>
-    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">project012</value>
-    <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4RunConfiguration:D:/QTT/project01/project01/project01.pro</value>
-    <value type="QString" key="ProjectExplorer.RunConfiguration.BuildKey">D:/QTT/project01/project01/project01.pro</value>
-    <value type="bool" key="ProjectExplorer.RunConfiguration.Customized">true</value>
-    <value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value>
-    <value type="bool" key="RunConfiguration.UseLibrarySearchPath">true</value>
-    <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
-    <value type="QString" key="RunConfiguration.WorkingDirectory.default">D:/QTT/project01/project01/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug</value>
-   </valuemap>
-   <value type="qlonglong" key="ProjectExplorer.Target.RunConfigurationCount">1</value>
-  </valuemap>
- </data>
- <data>
-  <variable>ProjectExplorer.Project.Target.1</variable>
-  <valuemap type="QVariantMap">
-   <value type="QString" key="DeviceType">Desktop</value>
-   <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Desktop Qt 5.15.2 MinGW 64-bit</value>
-   <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Desktop Qt 5.15.2 MinGW 64-bit</value>
-   <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">qt.qt5.5152.win64_mingw81_kit</value>
-   <value type="qlonglong" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value>
-   <value type="qlonglong" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
-   <value type="qlonglong" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
-   <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
-    <value type="int" key="EnableQmlDebugging">0</value>
-    <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">D:\QTTT\project01\build\Desktop_Qt_5_15_2_MinGW_64_bit-Debug</value>
-    <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory.shadowDir">D:/QTTT/project01/build/Desktop_Qt_5_15_2_MinGW_64_bit-Debug</value>
-    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
-     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
-      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
-      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
-      <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
-      <valuelist type="QVariantList" key="QtProjectManager.QMakeBuildStep.SelectedAbis"/>
-     </valuemap>
-     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
-      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
-      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
-     </valuemap>
-     <value type="qlonglong" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
-     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">构建</value>
-     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">构建</value>
-     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
-    </valuemap>
-    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
-     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
-      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
-      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
-      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
-     </valuemap>
-     <value type="qlonglong" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
-     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">清除</value>
-     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">清除</value>
-     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
-    </valuemap>
-    <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
-    <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
-    <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.CustomParsers"/>
-    <value type="bool" key="ProjectExplorer.BuildConfiguration.ParseStandardOutput">false</value>
-    <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
-    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Debug</value>
-    <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
-    <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">2</value>
-   </valuemap>
-   <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.1">
-    <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">D:\QTTT\project01\build\Desktop_Qt_5_15_2_MinGW_64_bit-Release</value>
-    <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory.shadowDir">D:/QTTT/project01/build/Desktop_Qt_5_15_2_MinGW_64_bit-Release</value>
-    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
-     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
-      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
-      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
-      <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
-      <valuelist type="QVariantList" key="QtProjectManager.QMakeBuildStep.SelectedAbis"/>
-     </valuemap>
-     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
-      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
-      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
-     </valuemap>
-     <value type="qlonglong" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
-     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">构建</value>
-     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">构建</value>
-     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
-    </valuemap>
-    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
-     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
-      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
-      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
-      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
-     </valuemap>
-     <value type="qlonglong" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
-     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">清除</value>
-     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">清除</value>
-     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
-    </valuemap>
-    <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
-    <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
-    <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.CustomParsers"/>
-    <value type="bool" key="ProjectExplorer.BuildConfiguration.ParseStandardOutput">false</value>
-    <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
-    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Release</value>
-    <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
-    <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value>
-    <value type="int" key="QtQuickCompiler">0</value>
-   </valuemap>
-   <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.2">
-    <value type="int" key="EnableQmlDebugging">0</value>
-    <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">D:\QTTT\project01\build\Desktop_Qt_5_15_2_MinGW_64_bit-Profile</value>
-    <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory.shadowDir">D:/QTTT/project01/build/Desktop_Qt_5_15_2_MinGW_64_bit-Profile</value>
-    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
-     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
-      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
-      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
-      <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
-      <valuelist type="QVariantList" key="QtProjectManager.QMakeBuildStep.SelectedAbis"/>
-     </valuemap>
-     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
-      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
-      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
-     </valuemap>
-     <value type="qlonglong" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
-     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">构建</value>
-     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">构建</value>
-     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
-    </valuemap>
-    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
-     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
-      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
-      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
-      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
-     </valuemap>
-     <value type="qlonglong" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
-     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">清除</value>
-     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">清除</value>
-     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
-    </valuemap>
-    <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
-    <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
-    <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.CustomParsers"/>
-    <value type="bool" key="ProjectExplorer.BuildConfiguration.ParseStandardOutput">false</value>
-    <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
-    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Profile</value>
-    <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
-    <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value>
-    <value type="int" key="QtQuickCompiler">0</value>
-    <value type="int" key="SeparateDebugInfo">0</value>
-   </valuemap>
-   <value type="qlonglong" key="ProjectExplorer.Target.BuildConfigurationCount">3</value>
-   <valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.0">
-    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
-     <value type="qlonglong" key="ProjectExplorer.BuildStepList.StepsCount">0</value>
-     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">部署</value>
-     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">部署</value>
-     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Deploy</value>
-    </valuemap>
-    <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">1</value>
-    <valuemap type="QVariantMap" key="ProjectExplorer.DeployConfiguration.CustomData"/>
-    <value type="bool" key="ProjectExplorer.DeployConfiguration.CustomDataEnabled">false</value>
-    <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.DefaultDeployConfiguration</value>
-   </valuemap>
-   <value type="qlonglong" key="ProjectExplorer.Target.DeployConfigurationCount">1</value>
-   <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.0">
-    <value type="bool" key="Analyzer.Perf.Settings.UseGlobalSettings">true</value>
-    <value type="bool" key="Analyzer.QmlProfiler.Settings.UseGlobalSettings">true</value>
-    <value type="int" key="Analyzer.Valgrind.Callgrind.CostFormat">0</value>
-    <value type="bool" key="Analyzer.Valgrind.Settings.UseGlobalSettings">true</value>
-    <value type="QList&lt;int&gt;" key="Analyzer.Valgrind.VisibleErrorKinds"></value>
-    <valuelist type="QVariantList" key="CustomOutputParsers"/>
-    <value type="int" key="PE.EnvironmentAspect.Base">2</value>
-    <valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/>
-    <value type="bool" key="PE.EnvironmentAspect.PrintOnRun">false</value>
-    <value type="QString" key="PerfRecordArgsId">-e cpu-cycles --call-graph &quot;dwarf,4096&quot; -F 250</value>
-    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
-    <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4RunConfiguration:D:/qt/project01/project01.pro</value>
-    <value type="QString" key="ProjectExplorer.RunConfiguration.BuildKey">D:/qt/project01/project01.pro</value>
-    <value type="bool" key="ProjectExplorer.RunConfiguration.Customized">false</value>
-    <value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value>
-    <value type="bool" key="RunConfiguration.UseLibrarySearchPath">true</value>
-    <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
-    <value type="QString" key="RunConfiguration.WorkingDirectory.default">D:/QTTT/project01/build/Desktop_Qt_5_15_2_MinGW_64_bit-Debug</value>
-   </valuemap>
-   <value type="qlonglong" key="ProjectExplorer.Target.RunConfigurationCount">1</value>
-  </valuemap>
- </data>
- <data>
-  <variable>ProjectExplorer.Project.Target.1</variable>
-  <valuemap type="QVariantMap">
-   <value type="QString" key="DeviceType">Desktop</value>
-   <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Desktop Qt 5.15.2 MSVC2019 64bit</value>
-   <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Desktop Qt 5.15.2 MSVC2019 64bit</value>
-   <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">qt.qt5.5152.win64_msvc2019_64_kit</value>
+   <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Desktop Qt 5.15.2 MinGW 32-bit</value>
+   <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Desktop Qt 5.15.2 MinGW 32-bit</value>
+   <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">qt.qt5.5152.win32_mingw81_kit</value>
    <value type="qlonglong" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value>
    <value type="qlonglong" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
    <value type="qlonglong" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
    <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
     <value type="int" key="EnableQmlDebugging">0</value>
-    <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">D:\QTTT\project01\build\Desktop_Qt_5_15_2_MSVC2019_64bit-Debug</value>
-    <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory.shadowDir">D:/QTTT/project01/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug</value>
+    <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">C:\Users\David\Desktop\22\die-bonder-ui\build\Desktop_Qt_5_15_2_MinGW_32_bit-Debug</value>
+    <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory.shadowDir">C:/Users/David/Desktop/22/die-bonder-ui/build/Desktop_Qt_5_15_2_MinGW_32_bit-Debug</value>
     <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
      <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
       <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
@@ -480,8 +139,8 @@
     <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">2</value>
    </valuemap>
    <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.1">
-    <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">D:\QTTT\project01\build\Desktop_Qt_5_15_2_MSVC2019_64bit-Release</value>
-    <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory.shadowDir">D:/QTTT/project01/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release</value>
+    <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">C:\Users\David\Desktop\22\die-bonder-ui\build\Desktop_Qt_5_15_2_MinGW_32_bit-Release</value>
+    <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory.shadowDir">C:/Users/David/Desktop/22/die-bonder-ui/build/Desktop_Qt_5_15_2_MinGW_32_bit-Release</value>
     <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
      <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
       <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
@@ -521,8 +180,8 @@
    </valuemap>
    <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.2">
     <value type="int" key="EnableQmlDebugging">0</value>
-    <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">D:\QTTT\project01\build\Desktop_Qt_5_15_2_MSVC2019_64bit-Profile</value>
-    <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory.shadowDir">D:/QTTT/project01/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Profile</value>
+    <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">C:\Users\David\Desktop\22\die-bonder-ui\build\Desktop_Qt_5_15_2_MinGW_32_bit-Profile</value>
+    <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory.shadowDir">C:/Users/David/Desktop/22/die-bonder-ui/build/Desktop_Qt_5_15_2_MinGW_32_bit-Profile</value>
     <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
      <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
       <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
@@ -587,11 +246,10 @@
     <value type="bool" key="PE.EnvironmentAspect.PrintOnRun">false</value>
     <value type="QString" key="PerfRecordArgsId">-e cpu-cycles --call-graph &quot;dwarf,4096&quot; -F 250</value>
     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
-    <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4RunConfiguration:D:/QTTT/project01/project01.pro</value>
-    <value type="QString" key="ProjectExplorer.RunConfiguration.BuildKey">D:/QTTT/project01/project01.pro</value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.CustomExecutableRunConfiguration</value>
+    <value type="QString" key="ProjectExplorer.RunConfiguration.BuildKey"></value>
     <value type="bool" key="ProjectExplorer.RunConfiguration.Customized">false</value>
     <value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value>
-    <value type="bool" key="RunConfiguration.UseLibrarySearchPath">true</value>
     <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
    </valuemap>
    <value type="qlonglong" key="ProjectExplorer.Target.RunConfigurationCount">1</value>
@@ -599,7 +257,7 @@
  </data>
  <data>
   <variable>ProjectExplorer.Project.TargetCount</variable>
-  <value type="qlonglong">2</value>
+  <value type="qlonglong">1</value>
  </data>
  <data>
   <variable>ProjectExplorer.Project.Updater.FileVersion</variable>

+ 2 - 0
res.qrc

@@ -63,5 +63,7 @@
         <file>images/home_minus.png</file>
         <file>images/light/ruler.png</file>
         <file>images/light/pen.png</file>
+        <file>images/home_NotSelecte.png</file>
+        <file>images/home_selected.png</file>
     </qresource>
 </RCC>

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików