| 1 | | <!DOCTYPE UI><UI version="3.3" stdsetdef="1"> |
| 2 | | <class>dialogConfig</class> |
| 3 | | <widget class="QDialog"> |
| 4 | | <property name="name"> |
| 5 | | <cstring>dialogConfig</cstring> |
| 6 | | </property> |
| 7 | | <property name="geometry"> |
| 8 | | <rect> |
| 9 | | <x>0</x> |
| 10 | | <y>0</y> |
| 11 | | <width>262</width> |
| 12 | | <height>251</height> |
| 13 | | </rect> |
| 14 | | </property> |
| 15 | | <property name="caption"> |
| 16 | | <string>Configuration</string> |
| 17 | | </property> |
| 18 | | <property name="icon"> |
| 19 | | <pixmap>image0</pixmap> |
| 20 | | </property> |
| 21 | | <grid> |
| 22 | | <property name="name"> |
| 23 | | <cstring>unnamed</cstring> |
| 24 | | </property> |
| 25 | | <widget class="QLayoutWidget" row="1" column="0"> |
| 26 | | <property name="name"> |
| 27 | | <cstring>layout1</cstring> |
| 28 | | </property> |
| 29 | | <hbox> |
| 30 | | <property name="name"> |
| 31 | | <cstring>unnamed</cstring> |
| 32 | | </property> |
| 33 | | <spacer> |
| 34 | | <property name="name"> |
| 35 | | <cstring>spacer2</cstring> |
| 36 | | </property> |
| 37 | | <property name="orientation"> |
| 38 | | <enum>Horizontal</enum> |
| 39 | | </property> |
| 40 | | <property name="sizeType"> |
| 41 | | <enum>Expanding</enum> |
| 42 | | </property> |
| 43 | | <property name="sizeHint"> |
| 44 | | <size> |
| 45 | | <width>31</width> |
| 46 | | <height>21</height> |
| 47 | | </size> |
| 48 | | </property> |
| 49 | | </spacer> |
| 50 | | <widget class="QPushButton"> |
| 51 | | <property name="name"> |
| 52 | | <cstring>pushSave</cstring> |
| 53 | | </property> |
| 54 | | <property name="text"> |
| 55 | | <string>&Save</string> |
| 56 | | </property> |
| 57 | | <property name="accel"> |
| 58 | | <string>Alt+S</string> |
| 59 | | </property> |
| 60 | | </widget> |
| 61 | | <spacer> |
| 62 | | <property name="name"> |
| 63 | | <cstring>spacer1</cstring> |
| 64 | | </property> |
| 65 | | <property name="orientation"> |
| 66 | | <enum>Horizontal</enum> |
| 67 | | </property> |
| 68 | | <property name="sizeType"> |
| 69 | | <enum>Fixed</enum> |
| 70 | | </property> |
| 71 | | <property name="sizeHint"> |
| 72 | | <size> |
| 73 | | <width>20</width> |
| 74 | | <height>20</height> |
| 75 | | </size> |
| 76 | | </property> |
| 77 | | </spacer> |
| 78 | | <widget class="QPushButton"> |
| 79 | | <property name="name"> |
| 80 | | <cstring>pushCancel</cstring> |
| 81 | | </property> |
| 82 | | <property name="text"> |
| 83 | | <string>&Cancel</string> |
| 84 | | </property> |
| 85 | | <property name="accel"> |
| 86 | | <string>Alt+C</string> |
| 87 | | </property> |
| 88 | | </widget> |
| 89 | | <spacer> |
| 90 | | <property name="name"> |
| 91 | | <cstring>spacer3</cstring> |
| 92 | | </property> |
| 93 | | <property name="orientation"> |
| 94 | | <enum>Horizontal</enum> |
| 95 | | </property> |
| 96 | | <property name="sizeType"> |
| 97 | | <enum>Expanding</enum> |
| 98 | | </property> |
| 99 | | <property name="sizeHint"> |
| 100 | | <size> |
| 101 | | <width>31</width> |
| 102 | | <height>20</height> |
| 103 | | </size> |
| 104 | | </property> |
| 105 | | </spacer> |
| 106 | | </hbox> |
| 107 | | </widget> |
| 108 | | <widget class="QGroupBox" row="0" column="0"> |
| 109 | | <property name="name"> |
| 110 | | <cstring>groupBox2</cstring> |
| 111 | | </property> |
| 112 | | <property name="title"> |
| 113 | | <string>Configuration</string> |
| 114 | | </property> |
| 115 | | <grid> |
| 116 | | <property name="name"> |
| 117 | | <cstring>unnamed</cstring> |
| 118 | | </property> |
| 119 | | <widget class="QLayoutWidget" row="3" column="0"> |
| 120 | | <property name="name"> |
| 121 | | <cstring>layout2</cstring> |
| 122 | | </property> |
| 123 | | <hbox> |
| 124 | | <property name="name"> |
| 125 | | <cstring>unnamed</cstring> |
| 126 | | </property> |
| 127 | | <widget class="QLineEdit"> |
| 128 | | <property name="name"> |
| 129 | | <cstring>lineJailDir</cstring> |
| 130 | | </property> |
| 131 | | <property name="readOnly"> |
| 132 | | <bool>true</bool> |
| 133 | | </property> |
| 134 | | </widget> |
| 135 | | <widget class="QPushButton"> |
| 136 | | <property name="name"> |
| 137 | | <cstring>pushJailDir</cstring> |
| 138 | | </property> |
| 139 | | <property name="text"> |
| 140 | | <string></string> |
| 141 | | </property> |
| 142 | | <property name="pixmap"> |
| 143 | | <pixmap>image1</pixmap> |
| 144 | | </property> |
| 145 | | </widget> |
| 146 | | </hbox> |
| 147 | | </widget> |
| 148 | | <widget class="QLayoutWidget" row="5" column="0"> |
| 149 | | <property name="name"> |
| 150 | | <cstring>layout3</cstring> |
| 151 | | </property> |
| 152 | | <hbox> |
| 153 | | <property name="name"> |
| 154 | | <cstring>unnamed</cstring> |
| 155 | | </property> |
| 156 | | <widget class="QLineEdit"> |
| 157 | | <property name="name"> |
| 158 | | <cstring>lineTMPDIR</cstring> |
| 159 | | </property> |
| 160 | | <property name="readOnly"> |
| 161 | | <bool>true</bool> |
| 162 | | </property> |
| 163 | | </widget> |
| 164 | | <widget class="QPushButton"> |
| 165 | | <property name="name"> |
| 166 | | <cstring>pushTmpDir</cstring> |
| 167 | | </property> |
| 168 | | <property name="text"> |
| 169 | | <string></string> |
| 170 | | </property> |
| 171 | | <property name="pixmap"> |
| 172 | | <pixmap>image1</pixmap> |
| 173 | | </property> |
| 174 | | </widget> |
| 175 | | </hbox> |
| 176 | | </widget> |
| 177 | | <widget class="QLabel" row="4" column="0"> |
| 178 | | <property name="name"> |
| 179 | | <cstring>textLabel1_2_2</cstring> |
| 180 | | </property> |
| 181 | | <property name="text"> |
| 182 | | <string>Temp Directory</string> |
| 183 | | </property> |
| 184 | | <property name="alignment"> |
| 185 | | <set>AlignCenter</set> |
| 186 | | </property> |
| 187 | | </widget> |
| 188 | | <widget class="QLayoutWidget" row="1" column="0"> |
| 189 | | <property name="name"> |
| 190 | | <cstring>layout4</cstring> |
| 191 | | </property> |
| 192 | | <hbox> |
| 193 | | <property name="name"> |
| 194 | | <cstring>unnamed</cstring> |
| 195 | | </property> |
| 196 | | <spacer> |
| 197 | | <property name="name"> |
| 198 | | <cstring>spacer4</cstring> |
| 199 | | </property> |
| 200 | | <property name="orientation"> |
| 201 | | <enum>Horizontal</enum> |
| 202 | | </property> |
| 203 | | <property name="sizeType"> |
| 204 | | <enum>Expanding</enum> |
| 205 | | </property> |
| 206 | | <property name="sizeHint"> |
| 207 | | <size> |
| 208 | | <width>61</width> |
| 209 | | <height>20</height> |
| 210 | | </size> |
| 211 | | </property> |
| 212 | | </spacer> |
| 213 | | <widget class="QLineEdit"> |
| 214 | | <property name="name"> |
| 215 | | <cstring>lineNIC</cstring> |
| 216 | | </property> |
| 217 | | </widget> |
| 218 | | <spacer> |
| 219 | | <property name="name"> |
| 220 | | <cstring>spacer5</cstring> |
| 221 | | </property> |
| 222 | | <property name="orientation"> |
| 223 | | <enum>Horizontal</enum> |
| 224 | | </property> |
| 225 | | <property name="sizeType"> |
| 226 | | <enum>Expanding</enum> |
| 227 | | </property> |
| 228 | | <property name="sizeHint"> |
| 229 | | <size> |
| 230 | | <width>70</width> |
| 231 | | <height>20</height> |
| 232 | | </size> |
| 233 | | </property> |
| 234 | | </spacer> |
| 235 | | </hbox> |
| 236 | | </widget> |
| 237 | | <widget class="QLabel" row="2" column="0"> |
| 238 | | <property name="name"> |
| 239 | | <cstring>textLabel1_2</cstring> |
| 240 | | </property> |
| 241 | | <property name="text"> |
| 242 | | <string>Jail Directory</string> |
| 243 | | </property> |
| 244 | | <property name="alignment"> |
| 245 | | <set>AlignCenter</set> |
| 246 | | </property> |
| 247 | | </widget> |
| 248 | | <widget class="QLabel" row="0" column="0"> |
| 249 | | <property name="name"> |
| 250 | | <cstring>textLabel1</cstring> |
| 251 | | </property> |
| 252 | | <property name="text"> |
| 253 | | <string>Jail Network Interface</string> |
| 254 | | </property> |
| 255 | | <property name="alignment"> |
| 256 | | <set>AlignCenter</set> |
| 257 | | </property> |
| 258 | | </widget> |
| 259 | | </grid> |
| 260 | | </widget> |
| 261 | | </grid> |
| 262 | | </widget> |
| 263 | | <images> |
| 264 | | <image name="image0"> |
| 265 | | <data format="PNG" length="4771">89504e470d0a1a0a0000000d4948445200000040000000400806000000aa6971de0000126a49444154789ced9b7b6c64577dc73fe7dc3b77c6e3198f3debe77a1f76b2bbf686ece601cafb016902843690426950368492025282780825456a49119550c53f45f9a3fd87b4a56a4bd5224a2bb5855605b510a50990049c645f5e6fbc5edb637bfd187b66eedcd739a77fdc3b5e6fd6ce7a76edb652f949c7777c7d7deef97e7f8ff33be777067e29ffbf45fc2fbf5702f2c1073f3a58af7b228aa4a9d5ceccbff0c20b2b80064cd2b67d20ff13d27857eae18f3e7e57da76deef38e977b5b5e50f3a4eda925250ab79d46a75e6e797c6e7e7e77eb4b0b0f457afbdf6c3ff00143121db36a8ed1671f8f0e1ec2db7bcfbd15c3effb9fefebea1aece22b95c2b9ee7e1ba3eaeeb52add6a9546b542b559657562895ce313d35f3d27c79fea9d9a95ffc1888b67c605bdde13afd5b9f7cfc0b3775167bfe64d7cedeeb3a3b8b846144bdeee1ba75aa55976ab546a552a352a9b2b292b44a956acda55673f1ea5e54ad549f76dd937f04045b3dc0ed1201d85ff8c2978ff4f4f6fc71774f57568511aeeb51abd5a854dc55d0954a8d5acdc5755ddcba87e705789e87e707789e8feff9789e4f18f8bf0393cfb085246c170102b03ff399df7ddfee3d7bbed3d2d262b9b53ad56a955acda55a7571dd3aae5bc7f3fc18b09f00f7fde45e03787c4f2b0d18dfe8caddb0f833e2b870c5626f45271b48eb8eceaeaf7b75cf2a2fadac01eb9fd77003b81fe0377e5fa371cff3f1fd006d1a13814823b24f62163f0e54b76290db41800052ef7def833729a507ddb5603d1fdf3f4f80efaf25c2bfc81a02dfc7bc691214c2fa5563d25de0d7d9022bd84a0204208f1cf9445f57cfee2fa52cfbe3de1a7ff6137fbed8e4dfacf9f8f93008374800440bb41c027f8aff430408c079eaa93ff8aceda4bfa4956e8b427581b61b203ddfc75f03dcf73c10906dc9d0dad282c610852151a4509122528a288c88b4260c43822022f453bb92b15f7130bcd2202800f1e8a39f1adc3bb0efcfa4b0ee0aa288288c08fc906ab5760101fe1a33d7189c944d3aed2080486b741411459a308a08c390308caf5ae93571008cd6e550f99f9f99fef9b780f04a005857085e7eea534fdd3830b8fffb5288434a6922156b4e694db55aa7eed69329cd27d21ac7b1c9e75bc9e75b493b0e42aed1810123006d5655238544da12cbb288ff641042642c2bf5606b6b4f50a9945ee00a5ce14a08901ffef063fb878687ff0dc3ce187c1483570aad14966d2185c0b62d5a732d64331952a914520a8cb9d0fc04608ca091fe1b03088194024b5848299196440a89d671562c2deb9ed6d6ee4aa552baec69f172091040ee231f79f4dbd2b20e2ad5006dd03af657159978ee16f1e3461bb4d698181922b92f8488bb13c4f78420b92011589685256322a465ad12188571562ca5758f48b5fcc0731727b98c85d3e5044101a49e7cf22b8fa7d399db94528864f0068331026120fe1137214c3258196b556bb41168095a6ba4a5b194444b0b6929b49458d242a4e31eb452686de280a814523a846184c110859195cbb4ff6119ee07569a05733916200f1d3ad47bf3cd77fda532266bb4410811072913930022869e681b40488965c5c0a425b12d1bcb92d8b6c4b62dec948d93b2b1a404211156cc9fd10623e2fe622b893f877e4814458dbe774be9fcd8f396c66972d5d8ac052449ce073f21a5dc1125111fc0b224c6321863634c846d24da2428b0b12c0d260e620d628c5628a58922451006f8610c4a2985d109694220b5410b891fc5b3885b7509c20b1786996ce1b758e239a0b29d0400e4dbdada1f565aa3238dd69a288a8894c29256a26589b124b6b6c002912845a3e3294dc553ddea3caf14461ba4104824461aa4003f08925c21ce1f9456a850114617af8a6de9bc07321de0d568c20a9a25c0bafffe5f3fec3899fd4114a1754280d644a1c28b7c2215810121410819af876d89523a8ed3b1a72048029b966815c52bbfba875bafe37b214110a28c020dda68b4d1a848a3f4fad88494858e8efe5b9796c6be4b130952b304a48786ae79b7d28926f5c54da938638b124d855144148468a331dac4199e8e738520080912b38fa238e3538d99c2c416838e03e5eafdb7102793bd09f8e7ed2240002dd96cee36b50670b635cbbebe6e5a5b330441c8ca4a9591574f10f821f1730aad3561a408a310154609e086ebacf91c46680c3408302609ae9b9bdd6c99ba0ec8d0c44ab15902b28e93bea6a1fd5b6fbb8177bcfd10b66d914ea7999a9a426bcdedb75fcff87889ef7dff47cccece2764a9550b514a13aa38df8fc98808c308a5f4f9897c93a02f18a0907b88096864549714d944fff26d6fbbbe27954aedd05a3338b08bfbeebd93aeae4e2a950a5114b17bf76e7cdf6760602fd75f3fccc73ef67e8686ae426b13b784b8b52eb49a3eaf9afee6357e9108d905a49bc1d50c01d65557eddfa7b4465a92438786f07d9f8989098c31f8be4f369b456bcdc2c2021d1d1d0c0eece5a1df7c0f85421ea5d57922d610621257ba5ccc178091563b31019b5ee435e302763e9fefdfb37b27f7de7b1b1d1ded64b359c6c7c7595e5e666464042104c56291b6b6362a950ac56211d7adf1bef7bd933ffdf36f27199d4ec8d07176975cb78401209369eff4bcf2a9cd3edf8c05d8a954a678f7dd37d1d3d38de7798c8e8e323a3a8a6ddb3cf1c4133cf6d863a45229c6c6c6d8b16307bdbdbd48292914da12933749606cb883da32edaf0292e93cdb640156ba25dbddd7d7c3caca0a131313d4eb751e78e0018c312c2d2d118621f7dd771fc78e1da3542ab17bf76ef6eedd4b189e6678781f23bf38caf919c4a09205d25632604c5c6ddaecf3cd1020b58a6423f30b8280e1e16152a954f262433a9da6542a512c161919192193c9d0d3d3c3c183437ce4a108a3153f7de9d535c1506da9f6633192262c60b34c0940a6ecf4cef9f945b4d6f4f7f753281408c310a51473737300f4f5f5313333c3ae5dbbb06d9b72b94c369b2595b2f9fce73f1e2f9cd4792bd806069a92a66280524a8e9d9e209bcd6259160b0b0b8c8d8d71ead4292ccba252a9108621854281f6f676a228420841ad56a3bbbb9b6a759903fb0656d3e74b657697294d75ba59171080d05a8b915f1ce3ae3b6f2697cbf1f2cb2f333e3e8e108203070eac6abb582ce2fb7eb2af17a7ba67ce9c61707090b9b98538f06db1ef37a45e9f9b619b1643525a566162629ab9b9797a7aba08c390a3478fa2b5a6bbbb1bdbb6f13c8f5c2e87ebba944a255a5a5aa8d7eb9c397386b6b62e4aa5b9d8fcb7cff4439ab082a6628040b48451c4f3cfbf84528a83070fb273e74e1cc7616e6e8ef1f171a6a6a648a7d39c3d7b9672b98c949213274e70cb2db7f1e5af7c7d3513dc0eed6badaa34594a6f6a1a045ab4d6bcf0e22bdc73cfad0441c0030f3cc0f1e3c7a956abf4f5f5512c16191f1fa7a5a585743acde9d3a7b9f6dac33cfdfbcf3079b6b4665f705bc46375d1bd396926064869591d5a6bca4b2bcccfcf53afd7e9ededa5b7b797288af0fdb8ce1f4511aeebb2b4b4c4e0e0104f3ffd0c93d333ab2bc86d23c0184593bbc39b26a0b3b3336f5976318c228480999919eaf53a6fbcf106c562917c3e8f3106a514611852afd7f13c9b2f7ef16bd47d3f06afb6d5f7c9646cffc08103f993274f6e691e2080d457bffab5874c02c2b22daad5ea6af2333333c3e9d3a7999c9c646a6a8af1f171f2f94ebef18dbf892b3b6b567fdba57d21e0ce3b6fd873e4c891fb69c2b53743803c72e4c8c0f0f0be270f5e7300ad346eadcecb2f9fa45673e9efefe7f0e1c3589695d4ee0232990c2fbf72f4fcd2779bb56f5b92bbef3ac4e1c3fb397bf6ec0dc47b029bfbdf4bfc5d00ceae5dbbee5f5959b1860ef48331bcf8e22b8cbc7692c9e919948a7771cbe5329d9d9d4491a6b77717dff9fb6f5d48c03669bfd8d1c26db7bd8d9e9e4e5e7df5551c277b7b36db39e0baf32b6c221ebc95af08c07af8e1c73f74e38dd73c5b286472edededd8b68def6b7ef0839f30bfb0c81db71fa2bbbb8320b0f8877ffc77161696927dc078a727687c566a4b0968c9d81c18ea6570a00f630ca3a3a30c0d0df1e24fc6181d9bfcf9c2dce95f819532979812372a8c08c0fed8639f7ba4adadfd2fa2c864fafb3b595e5e4e025dc8f0f000f97c1bf3f34b0c0e0ef2ecb37f87ebd6cf174795224c4a662a525b62fe42407bc16170b09d7dfb7ac8e5328c8f8f333a3acafefdfb397e7c86b153252ccbeacde6daafae5567fe894b548f3722c0fad0877efb8ece1d9d7fad9449572a353c3fa4abb340ad565b9df21c0776edea656a6a967add6361717915b04af6fb1b95e2cb95940d853687bebe3c575f55a4a7a78d54cae2ecd9b38c8c8ce0380e575d7535c74fcc3131b1101750a5c4b6ec6bb2b91d0bd5caeccbbc852bace70202687be2d3bff79f02795d1004046144e0077475b53134d48f5271dd5e88b8b8d9a8d65a568ac9c9394aa505a64bf3ccce2d5277bdb8267009b1a4c0712c9cb424dbe290cba769cd3a64b30e106f8dd76a354aa512e7ce9da3adad8d9d3b77124536a5928b1f5c8cd160dc95dadcbb1667475fda8884f508b03ff081477e6defc0beef06411cd5e36b48188458b66478a89f8e8e6cb29b1b5ee0db2af17513d7f1a9d77d56566af131b730a256f39096c0b60491d2a4d372b5fa0bacfeaf4e4e84542a15cae5324b4b4b0821686f6fa7bdbd1dcfd32c2e86d4eb6f4daed6eaa5b1b1e7ee212e995de487ebcd029942a1e30e951c5151914e4adff1b5eef93cff5f472976e41818e8a2bd3dbb5a1e6bccf90d8d35006532168e93416b4da190497683d5ea350c433c2f4cce12c5d9a4ebba28a5701c87743acde0e0205a43ada6299522fcc00012cb5e67265fa3561bfbedc3c3773c74fcf873df649d78b01e014e26e314d4059b97f174b6763bab545ae4cc99195a7369fafb77d0d35dc07124c698357bfde797c351524a534a1104c16a113408ce1771a4940821c8e572140a0500fc40537735f3f3062f48ea6a486cfb42a06283092d9d76e8efdf7bfff1e3cffded6609904150f75369e77cc96b4d1617afe54d5caf03cae51ae5728dd75f877c3e43477b2bf97c9a74dac6716472a04162dbf6aad61de77cdf0d9709024d10440481c1ad2bc240134406a31b2a95d85673879a524e8ac181dd8c8cfcec04e0acf7cc7a04e8b9b985b9c1c14ebcba774126a794595307340803b665af8eaa5e8fa8d797a1b4e60529896d496c4b24fe0d8d53046118ef0847d179d78cbb8a915a4d6d6f5e283b8a1df4f4eee0e48993c78f1dfbe90fd9603a5c8f80e8b5d75e7a7d78f85af44aa37011172a8d8907acd10821b0539b48b90d44d185201b4762c0426048a5b6eec46e2ed7ca9edd7d789ec7b1a3af8f8c8c3cf70ca83780fa7acfaf872098983835e179f50989dcb39ac66a56ab38c2c467772e25e24d1f1a7e1a1fa5b9dcc448bca9eff853b1a3406f5f17461bce9e9daa8d8dbdf6bdd1d157be0b8c10dbe4e62d00583a7e7ce45fafbbeea64f4e4c4cc7dad7b1cfc7f5fef5c18bf3483710d3f446d09b495c2be9b443dfce1e0af93cb59acbd464a9363939f6c2ebafbff82f51141c05468119c065834d928d12a1a26539b73ef6d867bf29446a47a9344b1045a83062cda99fa62252ecfa1ba3bfa02bb171c7d9960c5ddd9d14da7268ad999f5f6476767a7a72f2f40ba3a3af3e1f45c129601c980696b9c459818dde9406ae3e78f08647eebdf7812f562a35393373aef933681b017e0b806f16cbb2e8686fa3ab6b07d96c0b9ee7512eaf3033535a38776efab5f1f1633f3b77ae74029804a68835be420cfc9229e84623914001b8ee1def78e7a76fbef9cedfb02c9b37c62756139c0dc5acb1b54b79c43a12032e502c16c8e55ad15a53a954595c2ceb8585b9e9c5c5b993a74f1ffdf9b973a553c02cb17f9f0396880f468434b129fa5663b3811ee08643876e7de4c61b6ffde0debdfda9858532d3d37368ad56ffddb0761a6b2ea2e7f3ad140a79f2f93c2d2d7199ad5cae26a0e7971617e7c66666a6c7c6c78fbdee79ee0c3097b445a04c0cdae732bf4f74a9d13ac4245cbb73e79ebb6fbcf1ae870607af1ee8ea8abff7b3bcbcc2f272856ad5bde48b524e8ad66c0bb95c96b6b61c8e93c6b224f5ba47b55aa35c2e47e5f2d2fcf2f2e2d9b9b9e9d367ce9c3a55a92c95808535ad4c9cd3bbc4267e4507a56173d699028ac055c0d0e0e0c15b86860edfd1d3d37f60c78ef6543e9fa3a52583369a379d734688388b9152124521f57a7cceaf5aadb1b8b8b858a92ccf96cbf393b3b393e39393636f0441d0d0ea52d25692e6126b39648bbe2ad30c0110ef1bb4025dc06ea0dfb6edbe3d7bf61fe8ebdbb3b7adadd09dc9643bac759203ad75e4fb5ecd75ab8b2b2be585c5c5d9b9526972d2f3dc456270cb495b21d66e9538696968b8a97dfe66a519871524c511e200d991b4766272325c9c571862000171d1a246accd6ad2dce4be9f3c13b1c51abe945c6e0e2a885dc3495a26f97dbddabc2206d6d068c479cd6ab6e91ba19b95ad4ac2c525fadaf6ef00ff522e53fe1b0aced6a16cfc08970000000049454e44ae426082</data> |
| 266 | | </image> |
| 267 | | <image name="image1"> |
| 268 | | <data format="PNG" length="1249">89504e470d0a1a0a0000000d4948445200000016000000160806000000c4b46c3b000004a849444154388da5925b6c54551486ff7dce993933d399b6d0d24e0b2d2dad485bcaa5a51aac40a90801b4050181a8f08017c2259298c893868026c448a20f2a823782286a835c134051830689400920b6b6b438165a68e7d2393367ce7d2f1f0a21720be2ffb6929d2fdffed702ee235266e9d0310bde7b63cd96cee80393576d0420dcf2e6de710c6260687ac1b8271b1e9db578455165f504127daebc11e31e6a3feaca049ca89c33be246b78edbcdef6ef7eba37b03b20072b664cad9bbf6a75d523d5f5ba2bcdd31363309240b0b872a46bc898b179a50f17d6d43ffb527fd23bbc2f743ac66e0809f0e5971516d7ccaaedefb9d8dbdd7ce0670273b2464dabaa9dbd6465fd8cba39819cc1193d2a432c01a82a90481058b4c756ba5a5bfd830b5c674262ec626bc8ad9d58be4e02006f7e5966e58c258b162f7c7a455d555179fb1545d9b6ad69a76572eb89a7e6ce2f19919ddf6f31f4a980c3018060e816245d4556a64f8a442a72f737c79a0d439698aeca30c36129634475e1d2751f6f7a71e69886922ce6361810ccce1cf4e0ba65cb0d0bb0c0589f0a580ec000981687a6681822da48b87c381e9211892869969d9045c7ede78e6183b826e416974d7a7e7a794345367383019c000ec0ef65cc2d3366f16b4d3140d56c086a0af93e1157d5749cea921149029e34afd7e7f20d274b4807d936816cc17228a59b8e75f3be886e9d6dcd42965f4667bf07571576ad16c0b025e693fc4170f2802c13205398bc70f573c17449befba10196c3211247dc106158033f2302b803a8710622591604c1434c961904b75010cc2acef14b12dd09ca00d5e088440c64a7894859c2405d0e60e98099004c8d6073491855c032470db57c0408c2a1dd5f6fef88d816bb0d9413a13b6aa33f66a260908414c94899806d01ba0ae849c0320059e4a82f8f636d63cc3da1141920c1259c3ff2e59eef9bff6abbd598d0d9eb40e284923c191a5c500c06c3003415d035c0b608c559265e9e1ec6ca691104640dbd510d008942aabbad63ffc11ff65f490e7479bd534507b84528ca9390e20ca60de8fa00d034005920348cd5b07e5e148f8f4ea1ed6f85367e72ace3f081cfde871def14410ea2b1787f65edcc86b2617ebf05c061c0e51887ec024459445c05c27120a600892410f43a585cad61cef81460ebd879b823f5ee961dfbce1dddfcba13ff6317407111007425dc87dcaab2c726568c935c804540578c23e015e03086b0028415809b849a7c8e45552646e69838d512a58d5b8f5cf86afb3b9b6217f6be0d47390be0dfa73b646cc3946f7eeb0bc789e8b243f46d87492714870ef5127d788e68db69a2dfbb39a55216852ec569c3e6e3c9829ad54d70e74e05e0b9f3b1bad3e5c657bff83494e4d4e51035b5997432e1d0c12b4427af12254d22dbe674ec6c98cf5df5798b27af760de01a861babb9730245136b361fbad875c9266afad3a0f614a78849c489a85fb5e9835d2d8991f5afec842777d2dd2d6f0e9384090bd66ff825a4397bdb0cd22d4e9c13357726f933afed6ef1174d590326e5df93e5cd11d30b872d7bebc75ff79cd7289ae2f4d1c10e65f4ecb53b982ff81f2d6f9341e5731b5fd8d2dab3f4cd7d67324a26af001383ff0b783dcce59303a5758d6220aff67e2dff01c1475574bbaca92d0000000049454e44ae426082</data> |
| 269 | | </image> |
| 270 | | </images> |
| 271 | | <connections> |
| 272 | | <connection> |
| 273 | | <sender>pushSave</sender> |
| 274 | | <signal>clicked()</signal> |
| 275 | | <receiver>dialogConfig</receiver> |
| 276 | | <slot>slotSave()</slot> |
| 277 | | </connection> |
| 278 | | <connection> |
| 279 | | <sender>pushCancel</sender> |
| 280 | | <signal>clicked()</signal> |
| 281 | | <receiver>dialogConfig</receiver> |
| 282 | | <slot>slotCancel()</slot> |
| 283 | | </connection> |
| 284 | | <connection> |
| 285 | | <sender>pushJailDir</sender> |
| 286 | | <signal>clicked()</signal> |
| 287 | | <receiver>dialogConfig</receiver> |
| 288 | | <slot>slotChangeJailDir()</slot> |
| 289 | | </connection> |
| 290 | | <connection> |
| 291 | | <sender>pushTmpDir</sender> |
| 292 | | <signal>clicked()</signal> |
| 293 | | <receiver>dialogConfig</receiver> |
| 294 | | <slot>slotChangeTMPDIR()</slot> |
| 295 | | </connection> |
| 296 | | </connections> |
| 297 | | <includes> |
| 298 | | <include location="local" impldecl="in implementation">qsettings.h</include> |
| 299 | | <include location="local" impldecl="in implementation">qmessagebox.h</include> |
| 300 | | <include location="local" impldecl="in implementation">qfiledialog.h</include> |
| 301 | | <include location="local" impldecl="in implementation">qfiledialog.h</include> |
| 302 | | <include location="local" impldecl="in declaration">qfiledialog.h</include> |
| 303 | | <include location="local" impldecl="in implementation">dialogconfig.ui.h</include> |
| 304 | | </includes> |
| 305 | | <variables> |
| 306 | | <variable access="private">QString NIC;</variable> |
| 307 | | <variable access="private">QString TMPDIR;</variable> |
| 308 | | <variable access="private">QString JailDir;</variable> |
| 309 | | </variables> |
| 310 | | <signals> |
| 311 | | <signal>saved();</signal> |
| 312 | | </signals> |
| 313 | | <slots> |
| 314 | | <slot access="private">readConfig()</slot> |
| 315 | | <slot access="private">slotChangeJailDir()</slot> |
| 316 | | <slot access="private">slotChangeTMPDIR()</slot> |
| 317 | | <slot access="private">slotSave()</slot> |
| 318 | | <slot access="private">slotCancel()</slot> |
| 319 | | </slots> |
| 320 | | <functions> |
| 321 | | <function>programInit()</function> |
| 322 | | </functions> |
| 323 | | <layoutdefaults spacing="6" margin="11"/> |
| 324 | | </UI> |
| | 1 | <ui version="4.0" > |
| | 2 | <class>dialogConfig</class> |
| | 3 | <widget class="QDialog" name="dialogConfig" > |
| | 4 | <property name="geometry" > |
| | 5 | <rect> |
| | 6 | <x>0</x> |
| | 7 | <y>0</y> |
| | 8 | <width>262</width> |
| | 9 | <height>257</height> |
| | 10 | </rect> |
| | 11 | </property> |
| | 12 | <property name="windowTitle" > |
| | 13 | <string>Configuration</string> |
| | 14 | </property> |
| | 15 | <property name="windowIcon" > |
| | 16 | <iconset resource="warden.qrc" > |
| | 17 | <normaloff>:/cell.png</normaloff>:/cell.png</iconset> |
| | 18 | </property> |
| | 19 | <layout class="QGridLayout" > |
| | 20 | <item row="1" column="0" > |
| | 21 | <layout class="QHBoxLayout" > |
| | 22 | <item> |
| | 23 | <spacer name="spacer2" > |
| | 24 | <property name="orientation" > |
| | 25 | <enum>Qt::Horizontal</enum> |
| | 26 | </property> |
| | 27 | <property name="sizeType" > |
| | 28 | <enum>QSizePolicy::Expanding</enum> |
| | 29 | </property> |
| | 30 | <property name="sizeHint" stdset="0" > |
| | 31 | <size> |
| | 32 | <width>31</width> |
| | 33 | <height>21</height> |
| | 34 | </size> |
| | 35 | </property> |
| | 36 | </spacer> |
| | 37 | </item> |
| | 38 | <item> |
| | 39 | <widget class="QPushButton" name="pushSave" > |
| | 40 | <property name="text" > |
| | 41 | <string>&Save</string> |
| | 42 | </property> |
| | 43 | <property name="shortcut" > |
| | 44 | <string>Alt+S</string> |
| | 45 | </property> |
| | 46 | </widget> |
| | 47 | </item> |
| | 48 | <item> |
| | 49 | <spacer name="spacer1" > |
| | 50 | <property name="orientation" > |
| | 51 | <enum>Qt::Horizontal</enum> |
| | 52 | </property> |
| | 53 | <property name="sizeType" > |
| | 54 | <enum>QSizePolicy::Fixed</enum> |
| | 55 | </property> |
| | 56 | <property name="sizeHint" stdset="0" > |
| | 57 | <size> |
| | 58 | <width>20</width> |
| | 59 | <height>20</height> |
| | 60 | </size> |
| | 61 | </property> |
| | 62 | </spacer> |
| | 63 | </item> |
| | 64 | <item> |
| | 65 | <widget class="QPushButton" name="pushCancel" > |
| | 66 | <property name="text" > |
| | 67 | <string>&Cancel</string> |
| | 68 | </property> |
| | 69 | <property name="shortcut" > |
| | 70 | <string>Alt+C</string> |
| | 71 | </property> |
| | 72 | </widget> |
| | 73 | </item> |
| | 74 | <item> |
| | 75 | <spacer name="spacer3" > |
| | 76 | <property name="orientation" > |
| | 77 | <enum>Qt::Horizontal</enum> |
| | 78 | </property> |
| | 79 | <property name="sizeType" > |
| | 80 | <enum>QSizePolicy::Expanding</enum> |
| | 81 | </property> |
| | 82 | <property name="sizeHint" stdset="0" > |
| | 83 | <size> |
| | 84 | <width>31</width> |
| | 85 | <height>20</height> |
| | 86 | </size> |
| | 87 | </property> |
| | 88 | </spacer> |
| | 89 | </item> |
| | 90 | </layout> |
| | 91 | </item> |
| | 92 | <item row="0" column="0" > |
| | 93 | <widget class="Q3GroupBox" name="groupBox2" > |
| | 94 | <property name="title" > |
| | 95 | <string>Configuration</string> |
| | 96 | </property> |
| | 97 | <layout class="QGridLayout" > |
| | 98 | <item row="3" column="0" > |
| | 99 | <layout class="QHBoxLayout" > |
| | 100 | <item> |
| | 101 | <widget class="QLineEdit" name="lineJailDir" > |
| | 102 | <property name="readOnly" > |
| | 103 | <bool>true</bool> |
| | 104 | </property> |
| | 105 | </widget> |
| | 106 | </item> |
| | 107 | <item> |
| | 108 | <widget class="QPushButton" name="pushJailDir" > |
| | 109 | <property name="text" > |
| | 110 | <string/> |
| | 111 | </property> |
| | 112 | <property name="icon" > |
| | 113 | <iconset resource="warden.qrc" > |
| | 114 | <normaloff>:/folder.png</normaloff>:/folder.png</iconset> |
| | 115 | </property> |
| | 116 | </widget> |
| | 117 | </item> |
| | 118 | </layout> |
| | 119 | </item> |
| | 120 | <item row="5" column="0" > |
| | 121 | <layout class="QHBoxLayout" > |
| | 122 | <item> |
| | 123 | <widget class="QLineEdit" name="lineTMPDIR" > |
| | 124 | <property name="readOnly" > |
| | 125 | <bool>true</bool> |
| | 126 | </property> |
| | 127 | </widget> |
| | 128 | </item> |
| | 129 | <item> |
| | 130 | <widget class="QPushButton" name="pushTmpDir" > |
| | 131 | <property name="text" > |
| | 132 | <string/> |
| | 133 | </property> |
| | 134 | <property name="icon" > |
| | 135 | <iconset resource="warden.qrc" > |
| | 136 | <normaloff>:/folder.png</normaloff>:/folder.png</iconset> |
| | 137 | </property> |
| | 138 | </widget> |
| | 139 | </item> |
| | 140 | </layout> |
| | 141 | </item> |
| | 142 | <item row="4" column="0" > |
| | 143 | <widget class="QLabel" name="textLabel1_2_2" > |
| | 144 | <property name="text" > |
| | 145 | <string>Temp Directory</string> |
| | 146 | </property> |
| | 147 | <property name="alignment" > |
| | 148 | <set>Qt::AlignCenter</set> |
| | 149 | </property> |
| | 150 | <property name="wordWrap" > |
| | 151 | <bool>false</bool> |
| | 152 | </property> |
| | 153 | </widget> |
| | 154 | </item> |
| | 155 | <item row="1" column="0" > |
| | 156 | <layout class="QHBoxLayout" > |
| | 157 | <item> |
| | 158 | <spacer name="spacer4" > |
| | 159 | <property name="orientation" > |
| | 160 | <enum>Qt::Horizontal</enum> |
| | 161 | </property> |
| | 162 | <property name="sizeType" > |
| | 163 | <enum>QSizePolicy::Expanding</enum> |
| | 164 | </property> |
| | 165 | <property name="sizeHint" stdset="0" > |
| | 166 | <size> |
| | 167 | <width>61</width> |
| | 168 | <height>20</height> |
| | 169 | </size> |
| | 170 | </property> |
| | 171 | </spacer> |
| | 172 | </item> |
| | 173 | <item> |
| | 174 | <widget class="QLineEdit" name="lineNIC" /> |
| | 175 | </item> |
| | 176 | <item> |
| | 177 | <spacer name="spacer5" > |
| | 178 | <property name="orientation" > |
| | 179 | <enum>Qt::Horizontal</enum> |
| | 180 | </property> |
| | 181 | <property name="sizeType" > |
| | 182 | <enum>QSizePolicy::Expanding</enum> |
| | 183 | </property> |
| | 184 | <property name="sizeHint" stdset="0" > |
| | 185 | <size> |
| | 186 | <width>70</width> |
| | 187 | <height>20</height> |
| | 188 | </size> |
| | 189 | </property> |
| | 190 | </spacer> |
| | 191 | </item> |
| | 192 | </layout> |
| | 193 | </item> |
| | 194 | <item row="2" column="0" > |
| | 195 | <widget class="QLabel" name="textLabel1_2" > |
| | 196 | <property name="text" > |
| | 197 | <string>Jail Directory</string> |
| | 198 | </property> |
| | 199 | <property name="alignment" > |
| | 200 | <set>Qt::AlignCenter</set> |
| | 201 | </property> |
| | 202 | <property name="wordWrap" > |
| | 203 | <bool>false</bool> |
| | 204 | </property> |
| | 205 | </widget> |
| | 206 | </item> |
| | 207 | <item row="0" column="0" > |
| | 208 | <widget class="QLabel" name="textLabel1" > |
| | 209 | <property name="text" > |
| | 210 | <string>Jail Network Interface</string> |
| | 211 | </property> |
| | 212 | <property name="alignment" > |
| | 213 | <set>Qt::AlignCenter</set> |
| | 214 | </property> |
| | 215 | <property name="wordWrap" > |
| | 216 | <bool>false</bool> |
| | 217 | </property> |
| | 218 | </widget> |
| | 219 | </item> |
| | 220 | </layout> |
| | 221 | </widget& |