]> git.sven.stormbind.net Git - sven/vym.git/blob - forms/default-map-settings-dialog.ui
Replace Pierre as the maintainer
[sven/vym.git] / forms / default-map-settings-dialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <author>Uwe Drechsel</author>
4  <class>DefaultMapSettingsDialog</class>
5  <widget class="QDialog" name="DefaultMapSettingsDialog">
6   <property name="geometry">
7    <rect>
8     <x>0</x>
9     <y>0</y>
10     <width>412</width>
11     <height>154</height>
12    </rect>
13   </property>
14   <property name="windowTitle">
15    <string extracomment="Dialog to define path for new maps, e.g. on startup">VYM -  Set path for new maps</string>
16   </property>
17   <layout class="QVBoxLayout" name="verticalLayout">
18    <item>
19     <widget class="QLabel" name="label">
20      <property name="text">
21       <string/>
22      </property>
23     </widget>
24    </item>
25    <item>
26     <widget class="QCheckBox" name="autoCheckBox">
27      <property name="text">
28       <string>Automatic (based on theme)</string>
29      </property>
30     </widget>
31    </item>
32    <item>
33     <layout class="QHBoxLayout" name="horizontalLayout">
34      <item>
35       <widget class="QLineEdit" name="pathLineEdit"/>
36      </item>
37      <item>
38       <widget class="QPushButton" name="setPathPushButton">
39        <property name="text">
40         <string notr="true"/>
41        </property>
42        <property name="icon">
43         <iconset resource="../vym.qrc">
44          <normaloff>:/fileopen.png</normaloff>:/fileopen.png</iconset>
45        </property>
46       </widget>
47      </item>
48     </layout>
49    </item>
50    <item>
51     <spacer name="verticalSpacer">
52      <property name="orientation">
53       <enum>Qt::Vertical</enum>
54      </property>
55      <property name="sizeHint" stdset="0">
56       <size>
57        <width>20</width>
58        <height>151</height>
59       </size>
60      </property>
61     </spacer>
62    </item>
63    <item>
64     <widget class="QDialogButtonBox" name="buttonBox">
65      <property name="orientation">
66       <enum>Qt::Horizontal</enum>
67      </property>
68      <property name="standardButtons">
69       <set>QDialogButtonBox::Ok</set>
70      </property>
71     </widget>
72    </item>
73   </layout>
74  </widget>
75  <resources>
76   <include location="../vym.qrc"/>
77  </resources>
78  <connections>
79   <connection>
80    <sender>buttonBox</sender>
81    <signal>accepted()</signal>
82    <receiver>DefaultMapSettingsDialog</receiver>
83    <slot>accept()</slot>
84    <hints>
85     <hint type="sourcelabel">
86      <x>248</x>
87      <y>254</y>
88     </hint>
89     <hint type="destinationlabel">
90      <x>157</x>
91      <y>274</y>
92     </hint>
93    </hints>
94   </connection>
95   <connection>
96    <sender>buttonBox</sender>
97    <signal>rejected()</signal>
98    <receiver>DefaultMapSettingsDialog</receiver>
99    <slot>reject()</slot>
100    <hints>
101     <hint type="sourcelabel">
102      <x>316</x>
103      <y>260</y>
104     </hint>
105     <hint type="destinationlabel">
106      <x>286</x>
107      <y>274</y>
108     </hint>
109    </hints>
110   </connection>
111  </connections>
112 </ui>