1 <?xml version="1.0" encoding="UTF-8"?>
3 <class>SiteGenerateDialog</class>
4 <widget class="QDialog" name="SiteGenerateDialog">
5 <property name="geometry">
13 <property name="minimumSize">
19 <property name="maximumSize">
25 <property name="windowTitle">
26 <string>Generate Website</string>
28 <layout class="QGridLayout" name="gridLayout_2">
29 <item row="0" column="0" colspan="3">
30 <widget class="QLabel" name="label">
31 <property name="text">
32 <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
33 <html><head><meta name="qrichtext" content="1" /><style type="text/css">
34 p, li { white-space: pre-wrap; }
35 </style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;">
36 <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600; color:#005500;">Important Information</span></p>
37 <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This will generate your website in the destination directory specified in the site configuration dialog. The entire directory tree will be re-created from scratch and any manual changes you made to the generated files will be gone!</p>
38 <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> </p>
39 <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-style:italic;">You need to re-copy additional files/folders you require in the destination folder (e.g. image files or directories) every time you generate the site. Specify additional files/folders to copy below.</span></p></body></html></string>
41 <property name="wordWrap">
46 <item row="1" column="0" colspan="3">
47 <widget class="QTabWidget" name="tabWidget">
48 <property name="currentIndex">
51 <widget class="QWidget" name="tab">
52 <attribute name="title">
53 <string>Files</string>
55 <layout class="QGridLayout" name="gridLayout_3">
56 <item row="0" column="0">
57 <widget class="QLabel" name="label_2">
58 <property name="text">
59 <string>Additional files to add to destination</string>
63 <item row="0" column="1">
64 <widget class="QPushButton" name="addfile">
65 <property name="text">
66 <string>&Add file</string>
70 <item row="0" column="2">
71 <widget class="QPushButton" name="removefile">
72 <property name="text">
73 <string>&Remove</string>
77 <item row="1" column="0" colspan="3">
78 <widget class="QTreeWidget" name="additional_files">
80 <property name="text">
81 <string>Source file</string>
85 <property name="text">
86 <string>Destination (relative to dest-dir)</string>
93 <widget class="QWidget" name="tab_2">
94 <attribute name="title">
95 <string>Folders</string>
97 <layout class="QGridLayout" name="gridLayout_4">
98 <item row="0" column="0">
99 <widget class="QLabel" name="label_3">
100 <property name="text">
101 <string>Additional folders to add to destination</string>
105 <item row="0" column="1">
106 <widget class="QPushButton" name="addfolder">
107 <property name="text">
108 <string>&Add folder</string>
112 <item row="0" column="2">
113 <widget class="QPushButton" name="removefolder">
114 <property name="text">
115 <string>&Remove</string>
119 <item row="1" column="0" colspan="3">
120 <widget class="QTreeWidget" name="additional_folders">
122 <property name="text">
123 <string>Source folder</string>
127 <property name="text">
128 <string>Destination (relative to dest-dir)</string>
137 <item row="2" column="0">
138 <widget class="QGroupBox" name="groupBox">
139 <property name="title">
140 <string>Search index type</string>
142 <layout class="QGridLayout" name="gridLayout">
143 <item row="0" column="0">
144 <widget class="QRadioButton" name="fulltextindex">
145 <property name="text">
146 <string>Full text index</string>
148 <property name="checked">
153 <item row="0" column="1">
154 <widget class="QRadioButton" name="keywordindex">
155 <property name="text">
156 <string>Keyword index</string>
158 <property name="checked">
166 <item row="3" column="1">
167 <widget class="QPushButton" name="generate_site">
168 <property name="text">
169 <string>&Generate site</string>
171 <property name="default">
176 <item row="3" column="2">
177 <widget class="QPushButton" name="close">
178 <property name="text">
179 <string>&Close</string>
186 <tabstop>tabWidget</tabstop>
187 <tabstop>addfile</tabstop>
188 <tabstop>removefile</tabstop>
189 <tabstop>additional_files</tabstop>
190 <tabstop>addfolder</tabstop>
191 <tabstop>removefolder</tabstop>
192 <tabstop>additional_folders</tabstop>
193 <tabstop>fulltextindex</tabstop>
194 <tabstop>keywordindex</tabstop>
195 <tabstop>generate_site</tabstop>
196 <tabstop>close</tabstop>
201 <sender>close</sender>
202 <signal>clicked()</signal>
203 <receiver>SiteGenerateDialog</receiver>
204 <slot>reject()</slot>
206 <hint type="sourcelabel">
210 <hint type="destinationlabel">