src/settingseditor/settingseditor.ui

changeset 357
66c75604f5b8
parent 356
65b4741b302d
--- a/src/settingseditor/settingseditor.ui	Sat Apr 08 21:48:49 2023 +0300
+++ b/src/settingseditor/settingseditor.ui	Sat Apr 08 22:09:29 2023 +0300
@@ -6,8 +6,8 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>718</width>
-    <height>629</height>
+    <width>972</width>
+    <height>817</height>
    </rect>
   </property>
   <property name="windowTitle">
@@ -30,8 +30,8 @@
        <rect>
         <x>0</x>
         <y>0</y>
-        <width>680</width>
-        <height>560</height>
+        <width>948</width>
+        <height>746</height>
        </rect>
       </property>
       <layout class="QVBoxLayout" name="verticalLayout">
@@ -159,6 +159,37 @@
                </layout>
               </widget>
              </item>
+             <item>
+              <widget class="QGroupBox" name="groupBox_4">
+               <property name="title">
+                <string>Export settings</string>
+               </property>
+               <layout class="QVBoxLayout" name="verticalLayout_7">
+                <item>
+                 <widget class="QPushButton" name="exportSettingsButton">
+                  <property name="text">
+                   <string>Export settings to file…</string>
+                  </property>
+                  <property name="icon">
+                   <iconset resource="../../resources.qrc">
+                    <normaloff>:/icons/save-as-outline.png</normaloff>:/icons/save-as-outline.png</iconset>
+                  </property>
+                 </widget>
+                </item>
+                <item>
+                 <widget class="QPushButton" name="importSettingsButton">
+                  <property name="text">
+                   <string>Import settings from file…</string>
+                  </property>
+                  <property name="icon">
+                   <iconset resource="../../resources.qrc">
+                    <normaloff>:/icons/folder-open-outline.png</normaloff>:/icons/folder-open-outline.png</iconset>
+                  </property>
+                 </widget>
+                </item>
+               </layout>
+              </widget>
+             </item>
             </layout>
            </item>
            <item>
@@ -316,7 +347,10 @@
    <header>widgets/coloredit.h</header>
   </customwidget>
  </customwidgets>
- <resources/>
+ <resources>
+  <include location="../../resources.qrc"/>
+  <include location="../../resources.qrc"/>
+ </resources>
  <connections/>
  <buttongroups>
   <buttongroup name="viewModeButtonGroup"/>

mercurial