add import/export list items under Edit menu.
[abby.git] / rc / exportdlg.ui
blob2404c19833746d88d22e1063c48d8891b80a4e4e
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>ExportDialog</class>
4 <widget class="QDialog" name="ExportDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>164</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Export</string>
15 </property>
16 <property name="styleSheet">
17 <string/>
18 </property>
19 <property name="sizeGripEnabled">
20 <bool>true</bool>
21 </property>
22 <layout class="QGridLayout" name="gridLayout_3">
23 <item row="0" column="0">
24 <layout class="QHBoxLayout" name="horizontalLayout">
25 <item>
26 <widget class="QLabel" name="label">
27 <property name="text">
28 <string>&amp;File:</string>
29 </property>
30 <property name="buddy">
31 <cstring>fileEdit</cstring>
32 </property>
33 </widget>
34 </item>
35 <item>
36 <widget class="QLineEdit" name="fileEdit"/>
37 </item>
38 <item>
39 <widget class="QPushButton" name="browseButton">
40 <property name="toolTip">
41 <string>Browse</string>
42 </property>
43 <property name="text">
44 <string/>
45 </property>
46 <property name="icon">
47 <iconset resource="abby.qrc">
48 <normaloff>:/folder-saved-search.png</normaloff>:/folder-saved-search.png</iconset>
49 </property>
50 <property name="iconSize">
51 <size>
52 <width>16</width>
53 <height>16</height>
54 </size>
55 </property>
56 </widget>
57 </item>
58 </layout>
59 </item>
60 <item row="1" column="0">
61 <widget class="QGroupBox" name="groupBox">
62 <property name="title">
63 <string>Options</string>
64 </property>
65 <layout class="QGridLayout" name="gridLayout_2">
66 <item row="0" column="0">
67 <layout class="QGridLayout" name="gridLayout">
68 <item row="0" column="0">
69 <widget class="QCheckBox" name="appendBox">
70 <property name="text">
71 <string>&amp;Append to file</string>
72 </property>
73 </widget>
74 </item>
75 <item row="0" column="1">
76 <spacer name="horizontalSpacer">
77 <property name="orientation">
78 <enum>Qt::Horizontal</enum>
79 </property>
80 <property name="sizeHint" stdset="0">
81 <size>
82 <width>40</width>
83 <height>20</height>
84 </size>
85 </property>
86 </spacer>
87 </item>
88 </layout>
89 </item>
90 <item row="1" column="0">
91 <spacer name="verticalSpacer_2">
92 <property name="orientation">
93 <enum>Qt::Vertical</enum>
94 </property>
95 <property name="sizeHint" stdset="0">
96 <size>
97 <width>20</width>
98 <height>40</height>
99 </size>
100 </property>
101 </spacer>
102 </item>
103 </layout>
104 </widget>
105 </item>
106 <item row="2" column="0">
107 <widget class="QDialogButtonBox" name="buttonBox">
108 <property name="orientation">
109 <enum>Qt::Horizontal</enum>
110 </property>
111 <property name="standardButtons">
112 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
113 </property>
114 </widget>
115 </item>
116 </layout>
117 </widget>
118 <tabstops>
119 <tabstop>fileEdit</tabstop>
120 <tabstop>browseButton</tabstop>
121 <tabstop>appendBox</tabstop>
122 <tabstop>buttonBox</tabstop>
123 </tabstops>
124 <resources>
125 <include location="abby.qrc"/>
126 </resources>
127 <connections>
128 <connection>
129 <sender>buttonBox</sender>
130 <signal>accepted()</signal>
131 <receiver>ExportDialog</receiver>
132 <slot>accept()</slot>
133 <hints>
134 <hint type="sourcelabel">
135 <x>227</x>
136 <y>137</y>
137 </hint>
138 <hint type="destinationlabel">
139 <x>157</x>
140 <y>163</y>
141 </hint>
142 </hints>
143 </connection>
144 <connection>
145 <sender>buttonBox</sender>
146 <signal>rejected()</signal>
147 <receiver>ExportDialog</receiver>
148 <slot>reject()</slot>
149 <hints>
150 <hint type="sourcelabel">
151 <x>295</x>
152 <y>143</y>
153 </hint>
154 <hint type="destinationlabel">
155 <x>286</x>
156 <y>163</y>
157 </hint>
158 </hints>
159 </connection>
160 <connection>
161 <sender>browseButton</sender>
162 <signal>clicked()</signal>
163 <receiver>ExportDialog</receiver>
164 <slot>onBrowse()</slot>
165 <hints>
166 <hint type="sourcelabel">
167 <x>374</x>
168 <y>23</y>
169 </hint>
170 <hint type="destinationlabel">
171 <x>199</x>
172 <y>81</y>
173 </hint>
174 </hints>
175 </connection>
176 </connections>
177 <slots>
178 <slot>onBrowse()</slot>
179 </slots>
180 </ui>