]> git.sven.stormbind.net Git - sven/vym.git/blob - forms/export-confluence-dialog.ui
Replace Pierre as the maintainer
[sven/vym.git] / forms / export-confluence-dialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ExportConfluenceDialog</class>
4  <widget class="QDialog" name="ExportConfluenceDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>591</width>
10     <height>444</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Export Confluence</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout_2">
17    <item>
18     <widget class="QLabel" name="exportModeLabel">
19      <property name="text">
20       <string>When exporting to confluence, do</string>
21      </property>
22     </widget>
23    </item>
24    <item>
25     <widget class="QRadioButton" name="updatePageButton">
26      <property name="text">
27       <string>update existing page</string>
28      </property>
29      <attribute name="buttonGroup">
30       <string notr="true">buttonGroup</string>
31      </attribute>
32     </widget>
33    </item>
34    <item>
35     <widget class="QRadioButton" name="createPageButton">
36      <property name="text">
37       <string>create new page</string>
38      </property>
39      <attribute name="buttonGroup">
40       <string notr="true">buttonGroup</string>
41      </attribute>
42     </widget>
43    </item>
44    <item>
45     <widget class="QLabel" name="URLLabel">
46      <property name="text">
47       <string>Page URL:</string>
48      </property>
49     </widget>
50    </item>
51    <item>
52     <layout class="QGridLayout" name="gridLayout">
53      <item row="0" column="0">
54       <widget class="QLineEdit" name="lineEditURL">
55        <property name="sizePolicy">
56         <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
57          <horstretch>0</horstretch>
58          <verstretch>0</verstretch>
59         </sizepolicy>
60        </property>
61       </widget>
62      </item>
63      <item row="0" column="1">
64       <widget class="QPushButton" name="openPageButton">
65        <property name="text">
66         <string>Open</string>
67        </property>
68        <property name="icon">
69         <iconset resource="../vym.qrc">
70          <normaloff>:/flag-url.svg</normaloff>:/flag-url.svg</iconset>
71        </property>
72       </widget>
73      </item>
74      <item row="1" column="0">
75       <widget class="QLabel" name="pageNameLabel">
76        <property name="sizePolicy">
77         <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
78          <horstretch>0</horstretch>
79          <verstretch>0</verstretch>
80         </sizepolicy>
81        </property>
82        <property name="text">
83         <string>Page name:</string>
84        </property>
85       </widget>
86      </item>
87      <item row="2" column="0">
88       <widget class="QLineEdit" name="lineEditPageName">
89        <property name="sizePolicy">
90         <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
91          <horstretch>0</horstretch>
92          <verstretch>0</verstretch>
93         </sizepolicy>
94        </property>
95       </widget>
96      </item>
97     </layout>
98    </item>
99    <item>
100     <widget class="QGroupBox" name="groupBox">
101      <property name="title">
102       <string>Options</string>
103      </property>
104      <layout class="QVBoxLayout" name="verticalLayout">
105       <item>
106        <widget class="QCheckBox" name="mapCenterToPageNameCheckBox">
107         <property name="text">
108          <string>Use heading of first map center as page name</string>
109         </property>
110        </widget>
111       </item>
112       <item>
113        <widget class="QCheckBox" name="includeMapImageCheckBox">
114         <property name="text">
115          <string>Image of map on top of page</string>
116         </property>
117        </widget>
118       </item>
119       <item>
120        <widget class="QCheckBox" name="includeImagesCheckBox">
121         <property name="text">
122          <string>Images used in map</string>
123         </property>
124        </widget>
125       </item>
126       <item>
127        <widget class="QCheckBox" name="textColorCheckBox">
128         <property name="text">
129          <string>Colored headings in text</string>
130         </property>
131        </widget>
132       </item>
133       <item>
134        <widget class="QCheckBox" name="useNumberingCheckBox">
135         <property name="text">
136          <string>Use numbering</string>
137         </property>
138        </widget>
139       </item>
140       <item>
141        <widget class="QCheckBox" name="saveSettingsInMapCheckBox">
142         <property name="text">
143          <string>Save settings in map</string>
144         </property>
145        </widget>
146       </item>
147      </layout>
148     </widget>
149    </item>
150    <item>
151     <spacer name="verticalSpacer">
152      <property name="orientation">
153       <enum>Qt::Vertical</enum>
154      </property>
155      <property name="sizeHint" stdset="0">
156       <size>
157        <width>20</width>
158        <height>40</height>
159       </size>
160      </property>
161     </spacer>
162    </item>
163    <item>
164     <layout class="QHBoxLayout" name="horizontalLayout">
165      <item>
166       <spacer name="spacer">
167        <property name="orientation">
168         <enum>Qt::Horizontal</enum>
169        </property>
170        <property name="sizeType">
171         <enum>QSizePolicy::Expanding</enum>
172        </property>
173        <property name="sizeHint" stdset="0">
174         <size>
175          <width>258</width>
176          <height>21</height>
177         </size>
178        </property>
179       </spacer>
180      </item>
181      <item>
182       <widget class="QPushButton" name="cancelButton">
183        <property name="text">
184         <string>Cancel</string>
185        </property>
186       </widget>
187      </item>
188      <item>
189       <widget class="QPushButton" name="exportButton">
190        <property name="text">
191         <string>Export</string>
192        </property>
193       </widget>
194      </item>
195     </layout>
196    </item>
197   </layout>
198  </widget>
199  <resources>
200   <include location="../vym.qrc"/>
201  </resources>
202  <connections>
203   <connection>
204    <sender>cancelButton</sender>
205    <signal>clicked()</signal>
206    <receiver>ExportConfluenceDialog</receiver>
207    <slot>reject()</slot>
208    <hints>
209     <hint type="sourcelabel">
210      <x>451</x>
211      <y>416</y>
212     </hint>
213     <hint type="destinationlabel">
214      <x>295</x>
215      <y>220</y>
216     </hint>
217    </hints>
218   </connection>
219  </connections>
220  <buttongroups>
221   <buttongroup name="buttonGroup"/>
222  </buttongroups>
223 </ui>