[17] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
| 2 | <ui version="4.0"> |
---|
[73] | 3 | <author>Lёppa: $Id: settingsdialog.ui 73 2009-12-09 15:43:16Z laleppa $</author> |
---|
[1] | 4 | <class>SettingsDialog</class> |
---|
[17] | 5 | <widget class="QWidget" name="SettingsDialog"> |
---|
| 6 | <property name="windowTitle"> |
---|
[27] | 7 | <string>Preferences</string> |
---|
[1] | 8 | </property> |
---|
[17] | 9 | <property name="windowIcon"> |
---|
| 10 | <iconset resource="../resources/tspsg.qrc"> |
---|
[38] | 11 | <normaloff>:/images/icons/preferences_system.png</normaloff>:/images/icons/preferences_system.png</iconset> |
---|
[1] | 12 | </property> |
---|
[56] | 13 | <widget class="Line" name="lineHorizontal"> |
---|
| 14 | <property name="maximumSize"> |
---|
| 15 | <size> |
---|
| 16 | <width>16777215</width> |
---|
| 17 | <height>2</height> |
---|
| 18 | </size> |
---|
[1] | 19 | </property> |
---|
[56] | 20 | <property name="frameShadow"> |
---|
| 21 | <enum>QFrame::Plain</enum> |
---|
| 22 | </property> |
---|
| 23 | <property name="lineWidth"> |
---|
| 24 | <number>2</number> |
---|
| 25 | </property> |
---|
| 26 | <property name="orientation"> |
---|
| 27 | <enum>Qt::Horizontal</enum> |
---|
| 28 | </property> |
---|
| 29 | </widget> |
---|
| 30 | <widget class="QWidget" name="bgGrey" native="true"> |
---|
| 31 | <property name="sizePolicy"> |
---|
| 32 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
---|
| 33 | <horstretch>0</horstretch> |
---|
| 34 | <verstretch>0</verstretch> |
---|
| 35 | </sizepolicy> |
---|
| 36 | </property> |
---|
| 37 | <property name="palette"> |
---|
| 38 | <palette> |
---|
| 39 | <active> |
---|
| 40 | <colorrole role="Window"> |
---|
| 41 | <brush brushstyle="SolidPattern"> |
---|
| 42 | <color alpha="255"> |
---|
| 43 | <red>240</red> |
---|
| 44 | <green>240</green> |
---|
| 45 | <blue>240</blue> |
---|
| 46 | </color> |
---|
| 47 | </brush> |
---|
| 48 | </colorrole> |
---|
| 49 | </active> |
---|
| 50 | <inactive> |
---|
| 51 | <colorrole role="Window"> |
---|
| 52 | <brush brushstyle="SolidPattern"> |
---|
| 53 | <color alpha="255"> |
---|
| 54 | <red>240</red> |
---|
| 55 | <green>240</green> |
---|
| 56 | <blue>240</blue> |
---|
| 57 | </color> |
---|
| 58 | </brush> |
---|
| 59 | </colorrole> |
---|
| 60 | </inactive> |
---|
| 61 | <disabled> |
---|
| 62 | <colorrole role="Window"> |
---|
| 63 | <brush brushstyle="SolidPattern"> |
---|
| 64 | <color alpha="255"> |
---|
| 65 | <red>240</red> |
---|
| 66 | <green>240</green> |
---|
| 67 | <blue>240</blue> |
---|
| 68 | </color> |
---|
| 69 | </brush> |
---|
| 70 | </colorrole> |
---|
| 71 | </disabled> |
---|
| 72 | </palette> |
---|
| 73 | </property> |
---|
| 74 | <property name="autoFillBackground"> |
---|
| 75 | <bool>true</bool> |
---|
| 76 | </property> |
---|
| 77 | <widget class="QPushButton" name="buttonCancel"> |
---|
| 78 | <property name="cursor"> |
---|
| 79 | <cursorShape>PointingHandCursor</cursorShape> |
---|
| 80 | </property> |
---|
| 81 | <property name="statusTip"> |
---|
| 82 | <string>Close without saving preferences</string> |
---|
| 83 | </property> |
---|
| 84 | <property name="text"> |
---|
| 85 | <string>&Cancel</string> |
---|
| 86 | </property> |
---|
| 87 | <property name="icon"> |
---|
| 88 | <iconset resource="../resources/tspsg.qrc"> |
---|
| 89 | <normaloff>:/images/icons/button_cancel.png</normaloff>:/images/icons/button_cancel.png</iconset> |
---|
| 90 | </property> |
---|
| 91 | </widget> |
---|
| 92 | <widget class="QPushButton" name="buttonOK"> |
---|
| 93 | <property name="cursor"> |
---|
| 94 | <cursorShape>PointingHandCursor</cursorShape> |
---|
| 95 | </property> |
---|
| 96 | <property name="statusTip"> |
---|
| 97 | <string>Save new preferences</string> |
---|
| 98 | </property> |
---|
| 99 | <property name="text"> |
---|
| 100 | <string>&OK</string> |
---|
| 101 | </property> |
---|
| 102 | <property name="icon"> |
---|
| 103 | <iconset resource="../resources/tspsg.qrc"> |
---|
| 104 | <normaloff>:/images/icons/button_ok.png</normaloff>:/images/icons/button_ok.png</iconset> |
---|
| 105 | </property> |
---|
| 106 | <property name="default"> |
---|
| 107 | <bool>true</bool> |
---|
| 108 | </property> |
---|
| 109 | </widget> |
---|
| 110 | <widget class="QToolButton" name="buttonHelp"> |
---|
| 111 | <property name="enabled"> |
---|
| 112 | <bool>false</bool> |
---|
| 113 | </property> |
---|
| 114 | <property name="cursor"> |
---|
| 115 | <cursorShape>PointingHandCursor</cursorShape> |
---|
| 116 | </property> |
---|
| 117 | <property name="toolTip"> |
---|
| 118 | <string>Help</string> |
---|
| 119 | </property> |
---|
| 120 | <property name="statusTip"> |
---|
| 121 | <string>Get preferences help</string> |
---|
| 122 | </property> |
---|
| 123 | <property name="text"> |
---|
| 124 | <string>Help</string> |
---|
| 125 | </property> |
---|
| 126 | <property name="icon"> |
---|
| 127 | <iconset resource="../resources/tspsg.qrc"> |
---|
| 128 | <normaloff>:/images/icons/help_hint.png</normaloff>:/images/icons/help_hint.png</iconset> |
---|
| 129 | </property> |
---|
| 130 | <property name="autoRaise"> |
---|
| 131 | <bool>true</bool> |
---|
| 132 | </property> |
---|
| 133 | </widget> |
---|
| 134 | </widget> |
---|
| 135 | <widget class="QWidget" name="bgWhite" native="true"> |
---|
| 136 | <property name="palette"> |
---|
| 137 | <palette> |
---|
| 138 | <active> |
---|
| 139 | <colorrole role="Window"> |
---|
| 140 | <brush brushstyle="SolidPattern"> |
---|
| 141 | <color alpha="255"> |
---|
| 142 | <red>255</red> |
---|
| 143 | <green>255</green> |
---|
| 144 | <blue>255</blue> |
---|
| 145 | </color> |
---|
| 146 | </brush> |
---|
| 147 | </colorrole> |
---|
| 148 | </active> |
---|
| 149 | <inactive> |
---|
| 150 | <colorrole role="Window"> |
---|
| 151 | <brush brushstyle="SolidPattern"> |
---|
| 152 | <color alpha="255"> |
---|
| 153 | <red>255</red> |
---|
| 154 | <green>255</green> |
---|
| 155 | <blue>255</blue> |
---|
| 156 | </color> |
---|
| 157 | </brush> |
---|
| 158 | </colorrole> |
---|
| 159 | </inactive> |
---|
| 160 | <disabled> |
---|
| 161 | <colorrole role="Window"> |
---|
| 162 | <brush brushstyle="SolidPattern"> |
---|
| 163 | <color alpha="255"> |
---|
| 164 | <red>255</red> |
---|
| 165 | <green>255</green> |
---|
| 166 | <blue>255</blue> |
---|
| 167 | </color> |
---|
| 168 | </brush> |
---|
| 169 | </colorrole> |
---|
| 170 | </disabled> |
---|
| 171 | </palette> |
---|
| 172 | </property> |
---|
| 173 | <property name="autoFillBackground"> |
---|
| 174 | <bool>true</bool> |
---|
| 175 | </property> |
---|
| 176 | <widget class="QGroupBox" name="groupRandomSettings"> |
---|
| 177 | <property name="title"> |
---|
| 178 | <string>Random values:</string> |
---|
| 179 | </property> |
---|
| 180 | <layout class="QVBoxLayout"> |
---|
[1] | 181 | <item> |
---|
[58] | 182 | <layout class="QHBoxLayout" name="_2"> |
---|
[56] | 183 | <item> |
---|
| 184 | <widget class="QLabel" name="labelRandMin"> |
---|
| 185 | <property name="text"> |
---|
| 186 | <string>&Minimal:</string> |
---|
| 187 | </property> |
---|
| 188 | <property name="buddy"> |
---|
| 189 | <cstring>spinRandMin</cstring> |
---|
| 190 | </property> |
---|
| 191 | </widget> |
---|
| 192 | </item> |
---|
| 193 | <item> |
---|
| 194 | <widget class="QSpinBox" name="spinRandMin"> |
---|
| 195 | <property name="sizePolicy"> |
---|
| 196 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
| 197 | <horstretch>0</horstretch> |
---|
| 198 | <verstretch>0</verstretch> |
---|
| 199 | </sizepolicy> |
---|
| 200 | </property> |
---|
| 201 | <property name="cursor"> |
---|
| 202 | <cursorShape>PointingHandCursor</cursorShape> |
---|
| 203 | </property> |
---|
| 204 | <property name="statusTip"> |
---|
| 205 | <string>Minimum for random number generation</string> |
---|
| 206 | </property> |
---|
| 207 | </widget> |
---|
| 208 | </item> |
---|
| 209 | </layout> |
---|
[1] | 210 | </item> |
---|
| 211 | <item> |
---|
[58] | 212 | <layout class="QHBoxLayout" name="_3"> |
---|
[56] | 213 | <item> |
---|
| 214 | <widget class="QLabel" name="labelRandMax"> |
---|
| 215 | <property name="text"> |
---|
| 216 | <string>Ma&ximal:</string> |
---|
| 217 | </property> |
---|
| 218 | <property name="buddy"> |
---|
| 219 | <cstring>spinRandMax</cstring> |
---|
| 220 | </property> |
---|
| 221 | </widget> |
---|
| 222 | </item> |
---|
| 223 | <item> |
---|
| 224 | <widget class="QSpinBox" name="spinRandMax"> |
---|
| 225 | <property name="sizePolicy"> |
---|
| 226 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
| 227 | <horstretch>0</horstretch> |
---|
| 228 | <verstretch>0</verstretch> |
---|
| 229 | </sizepolicy> |
---|
| 230 | </property> |
---|
| 231 | <property name="cursor"> |
---|
| 232 | <cursorShape>PointingHandCursor</cursorShape> |
---|
| 233 | </property> |
---|
| 234 | <property name="statusTip"> |
---|
| 235 | <string>Maximum for random number generation</string> |
---|
| 236 | </property> |
---|
| 237 | </widget> |
---|
| 238 | </item> |
---|
| 239 | </layout> |
---|
[1] | 240 | </item> |
---|
| 241 | </layout> |
---|
[56] | 242 | </widget> |
---|
| 243 | <widget class="QGroupBox" name="groupOutputSettings"> |
---|
| 244 | <property name="title"> |
---|
| 245 | <string>Output settings:</string> |
---|
| 246 | </property> |
---|
| 247 | <widget class="QPushButton" name="buttonFont"> |
---|
| 248 | <property name="cursor"> |
---|
| 249 | <cursorShape>PointingHandCursor</cursorShape> |
---|
[1] | 250 | </property> |
---|
[56] | 251 | <property name="statusTip"> |
---|
| 252 | <string>Font face for printing</string> |
---|
[1] | 253 | </property> |
---|
[56] | 254 | <property name="text"> |
---|
| 255 | <string>&Font...</string> |
---|
[1] | 256 | </property> |
---|
[56] | 257 | <property name="icon"> |
---|
| 258 | <iconset resource="../resources/tspsg.qrc"> |
---|
| 259 | <normaloff>:/images/icons/fonts.png</normaloff>:/images/icons/fonts.png</iconset> |
---|
| 260 | </property> |
---|
[1] | 261 | </widget> |
---|
[56] | 262 | <widget class="QPushButton" name="buttonColor"> |
---|
| 263 | <property name="cursor"> |
---|
| 264 | <cursorShape>PointingHandCursor</cursorShape> |
---|
[1] | 265 | </property> |
---|
[56] | 266 | <property name="statusTip"> |
---|
| 267 | <string>Font color for printing</string> |
---|
| 268 | </property> |
---|
| 269 | <property name="text"> |
---|
| 270 | <string>&Color...</string> |
---|
| 271 | </property> |
---|
| 272 | <property name="icon"> |
---|
| 273 | <iconset resource="../resources/tspsg.qrc"> |
---|
| 274 | <normaloff>:/images/icons/color_line.png</normaloff>:/images/icons/color_line.png</iconset> |
---|
| 275 | </property> |
---|
| 276 | </widget> |
---|
| 277 | </widget> |
---|
[57] | 278 | <widget class="QCheckBox" name="cbAutosize"> |
---|
[58] | 279 | <property name="cursor"> |
---|
| 280 | <cursorShape>PointingHandCursor</cursorShape> |
---|
[57] | 281 | </property> |
---|
| 282 | <property name="statusTip"> |
---|
[58] | 283 | <string>Automatically resize rows and columns to their contents</string> |
---|
[57] | 284 | </property> |
---|
| 285 | <property name="text"> |
---|
[58] | 286 | <string>Autosize of rows and columns</string> |
---|
[57] | 287 | </property> |
---|
| 288 | </widget> |
---|
[56] | 289 | </widget> |
---|
[1] | 290 | </widget> |
---|
| 291 | <resources> |
---|
[17] | 292 | <include location="../resources/tspsg.qrc"/> |
---|
[1] | 293 | </resources> |
---|
| 294 | <connections/> |
---|
| 295 | </ui> |
---|