]> git.sven.stormbind.net Git - sven/vym.git/blob - forms/darktheme-settings-dialog.ui
Replace Pierre as the maintainer
[sven/vym.git] / forms / darktheme-settings-dialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>DarkThemeSettingsDialog</class>
4  <widget class="QDialog" name="DarkThemeSettingsDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>278</width>
10     <height>181</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="windowTitle">
20    <string>Dark theme settings</string>
21   </property>
22   <layout class="QVBoxLayout" name="verticalLayout_2">
23    <item>
24     <widget class="QGroupBox" name="groupBox">
25      <property name="sizePolicy">
26       <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
27        <horstretch>0</horstretch>
28        <verstretch>1</verstretch>
29       </sizepolicy>
30      </property>
31      <property name="title">
32       <string>Dark theme</string>
33      </property>
34      <layout class="QVBoxLayout" name="verticalLayout_3">
35       <item>
36        <layout class="QVBoxLayout" name="verticalLayout">
37         <item>
38          <widget class="QRadioButton" name="systemUseDarkThemeButton">
39           <property name="text">
40            <string>System settings for dark theme</string>
41           </property>
42           <attribute name="buttonGroup">
43            <string notr="true">buttonGroup</string>
44           </attribute>
45          </widget>
46         </item>
47         <item>
48          <widget class="QRadioButton" name="alwaysUseDarkThemeButton">
49           <property name="text">
50            <string>Always use dark theme</string>
51           </property>
52           <attribute name="buttonGroup">
53            <string notr="true">buttonGroup</string>
54           </attribute>
55          </widget>
56         </item>
57         <item>
58          <widget class="QRadioButton" name="neverUseDarkThemeButton">
59           <property name="text">
60            <string>Never use dark theme</string>
61           </property>
62          </widget>
63         </item>
64        </layout>
65       </item>
66      </layout>
67     </widget>
68    </item>
69    <item>
70     <spacer name="verticalSpacer">
71      <property name="orientation">
72       <enum>Qt::Vertical</enum>
73      </property>
74      <property name="sizeHint" stdset="0">
75       <size>
76        <width>20</width>
77        <height>9</height>
78       </size>
79      </property>
80     </spacer>
81    </item>
82    <item>
83     <widget class="QDialogButtonBox" name="closeButton">
84      <property name="orientation">
85       <enum>Qt::Horizontal</enum>
86      </property>
87      <property name="standardButtons">
88       <set>QDialogButtonBox::Close</set>
89      </property>
90     </widget>
91    </item>
92   </layout>
93  </widget>
94  <resources/>
95  <connections>
96   <connection>
97    <sender>closeButton</sender>
98    <signal>accepted()</signal>
99    <receiver>DarkThemeSettingsDialog</receiver>
100    <slot>accept()</slot>
101    <hints>
102     <hint type="sourcelabel">
103      <x>248</x>
104      <y>254</y>
105     </hint>
106     <hint type="destinationlabel">
107      <x>157</x>
108      <y>274</y>
109     </hint>
110    </hints>
111   </connection>
112   <connection>
113    <sender>closeButton</sender>
114    <signal>rejected()</signal>
115    <receiver>DarkThemeSettingsDialog</receiver>
116    <slot>reject()</slot>
117    <hints>
118     <hint type="sourcelabel">
119      <x>316</x>
120      <y>260</y>
121     </hint>
122     <hint type="destinationlabel">
123      <x>286</x>
124      <y>274</y>
125     </hint>
126    </hints>
127   </connection>
128  </connections>
129  <buttongroups>
130   <buttongroup name="buttonGroup"/>
131  </buttongroups>
132 </ui>