src/settingseditor/settingseditor.ui

changeset 285
99af8bf63d10
parent 283
96b7eb68e9e6
child 286
04478da357d0
--- a/src/settingseditor/settingseditor.ui	Tue Jun 28 12:47:46 2022 +0300
+++ b/src/settingseditor/settingseditor.ui	Tue Jun 28 13:03:21 2022 +0300
@@ -1,21 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <ui version="4.0">
  <class>SettingsEditor</class>
- <widget class="QDialog" name="SettingsEditor">
+ <widget class="QWidget" name="SettingsEditor">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>621</width>
-    <height>572</height>
+    <width>718</width>
+    <height>629</height>
    </rect>
   </property>
   <property name="windowTitle">
-   <string>Dialog</string>
+   <string>Settings</string>
   </property>
   <layout class="QVBoxLayout" name="verticalLayout_4">
    <item>
     <widget class="QScrollArea" name="scrollArea">
+     <property name="minimumSize">
+      <size>
+       <width>96</width>
+       <height>96</height>
+      </size>
+     </property>
      <property name="widgetResizable">
       <bool>true</bool>
      </property>
@@ -24,8 +30,8 @@
        <rect>
         <x>0</x>
         <y>0</y>
-        <width>597</width>
-        <height>504</height>
+        <width>694</width>
+        <height>561</height>
        </rect>
       </property>
       <layout class="QVBoxLayout" name="verticalLayout">
@@ -277,53 +283,8 @@
    <header>widgets/colorbutton.h</header>
   </customwidget>
  </customwidgets>
- <tabstops>
-  <tabstop>language</tabstop>
-  <tabstop>viewModeTabs</tabstop>
-  <tabstop>viewModeSubWindows</tabstop>
-  <tabstop>mainColorButton</tabstop>
-  <tabstop>selectedColorButton</tabstop>
-  <tabstop>backgroundColorButton</tabstop>
-  <tabstop>lineThickness</tabstop>
-  <tabstop>lineAntiAliasing</tabstop>
-  <tabstop>tabWidget</tabstop>
-  <tabstop>keyboardShortcutsView</tabstop>
- </tabstops>
  <resources/>
- <connections>
-  <connection>
-   <sender>buttonBox</sender>
-   <signal>accepted()</signal>
-   <receiver>SettingsEditor</receiver>
-   <slot>accept()</slot>
-   <hints>
-    <hint type="sourcelabel">
-     <x>227</x>
-     <y>394</y>
-    </hint>
-    <hint type="destinationlabel">
-     <x>157</x>
-     <y>274</y>
-    </hint>
-   </hints>
-  </connection>
-  <connection>
-   <sender>buttonBox</sender>
-   <signal>rejected()</signal>
-   <receiver>SettingsEditor</receiver>
-   <slot>reject()</slot>
-   <hints>
-    <hint type="sourcelabel">
-     <x>295</x>
-     <y>400</y>
-    </hint>
-    <hint type="destinationlabel">
-     <x>286</x>
-     <y>274</y>
-    </hint>
-   </hints>
-  </connection>
- </connections>
+ <connections/>
  <buttongroups>
   <buttongroup name="viewModeButtonGroup"/>
  </buttongroups>

mercurial