OpenSecurity/bin/ui/ConfigureDialog.ui
author Oliver Maurhart <oliver.maurhart@ait.ac.at>
Wed, 25 Jun 2014 12:31:10 +0200
changeset 197 3a5954c34509
parent 190 4d73f670be28
child 198 c80f38c424fd
permissions -rw-r--r--
new, improved config dialog
oliver@100
     1
<?xml version="1.0" encoding="UTF-8"?>
oliver@100
     2
<ui version="4.0">
oliver@100
     3
 <class>ConfigureDialog</class>
oliver@100
     4
 <widget class="QDialog" name="ConfigureDialog">
oliver@100
     5
  <property name="geometry">
oliver@100
     6
   <rect>
oliver@100
     7
    <x>0</x>
oliver@100
     8
    <y>0</y>
oliver@197
     9
    <width>722</width>
oliver@197
    10
    <height>521</height>
oliver@100
    11
   </rect>
oliver@100
    12
  </property>
oliver@100
    13
  <property name="windowTitle">
oliver@100
    14
   <string>OpenSecurity Configuration</string>
oliver@100
    15
  </property>
oliver@100
    16
  <property name="windowIcon">
oliver@100
    17
   <iconset resource="opensecurity.qrc">
oliver@100
    18
    <normaloff>:/opensecurity/gfx/opensecurity_icon_64.png</normaloff>:/opensecurity/gfx/opensecurity_icon_64.png</iconset>
oliver@100
    19
  </property>
oliver@100
    20
  <property name="sizeGripEnabled">
oliver@100
    21
   <bool>true</bool>
oliver@100
    22
  </property>
oliver@123
    23
  <layout class="QVBoxLayout" name="lyMain">
oliver@100
    24
   <item>
oliver@100
    25
    <layout class="QHBoxLayout" name="lyHeading">
oliver@100
    26
     <property name="spacing">
oliver@100
    27
      <number>8</number>
oliver@100
    28
     </property>
oliver@100
    29
     <property name="leftMargin">
oliver@100
    30
      <number>8</number>
oliver@100
    31
     </property>
oliver@100
    32
     <property name="bottomMargin">
oliver@100
    33
      <number>8</number>
oliver@100
    34
     </property>
oliver@100
    35
     <item>
oliver@106
    36
      <widget class="QLabel" name="lblIcon">
oliver@100
    37
       <property name="text">
oliver@100
    38
        <string/>
oliver@100
    39
       </property>
oliver@100
    40
       <property name="pixmap">
oliver@106
    41
        <pixmap resource="opensecurity.qrc">:/opensecurity/gfx/opensecurity_configure_64.png</pixmap>
oliver@100
    42
       </property>
oliver@100
    43
      </widget>
oliver@100
    44
     </item>
oliver@100
    45
     <item>
oliver@100
    46
      <layout class="QGridLayout" name="lyStatus">
oliver@100
    47
       <item row="0" column="1">
oliver@106
    48
        <widget class="QLineEdit" name="edtStatus">
oliver@100
    49
         <property name="readOnly">
oliver@100
    50
          <bool>true</bool>
oliver@100
    51
         </property>
oliver@100
    52
        </widget>
oliver@100
    53
       </item>
oliver@100
    54
       <item row="1" column="0">
oliver@106
    55
        <widget class="QLabel" name="lblVersion">
oliver@100
    56
         <property name="text">
oliver@100
    57
          <string>Version:</string>
oliver@100
    58
         </property>
oliver@123
    59
         <property name="buddy">
oliver@123
    60
          <cstring>edtVersion</cstring>
oliver@123
    61
         </property>
oliver@100
    62
        </widget>
oliver@100
    63
       </item>
oliver@100
    64
       <item row="1" column="1">
oliver@106
    65
        <widget class="QLineEdit" name="edtVersion">
oliver@100
    66
         <property name="readOnly">
oliver@100
    67
          <bool>true</bool>
oliver@100
    68
         </property>
oliver@100
    69
        </widget>
oliver@100
    70
       </item>
oliver@100
    71
       <item row="0" column="0">
oliver@106
    72
        <widget class="QLabel" name="lblStatus">
oliver@100
    73
         <property name="text">
oliver@100
    74
          <string>Service status:</string>
oliver@100
    75
         </property>
oliver@123
    76
         <property name="buddy">
oliver@123
    77
          <cstring>edtStatus</cstring>
oliver@123
    78
         </property>
oliver@100
    79
        </widget>
oliver@100
    80
       </item>
oliver@100
    81
       <item row="2" column="0" colspan="2">
oliver@186
    82
        <widget class="QWidget" name="wdStatus" native="true"/>
oliver@100
    83
       </item>
oliver@100
    84
      </layout>
oliver@100
    85
     </item>
oliver@100
    86
    </layout>
oliver@100
    87
   </item>
oliver@100
    88
   <item>
oliver@186
    89
    <widget class="QTabWidget" name="tabWidget">
oliver@186
    90
     <property name="currentIndex">
oliver@186
    91
      <number>0</number>
oliver@100
    92
     </property>
oliver@186
    93
     <widget class="QWidget" name="tabConfiguration">
oliver@197
    94
      <attribute name="icon">
oliver@197
    95
       <iconset resource="opensecurity.qrc">
oliver@197
    96
        <normaloff>:/opensecurity/gfx/preferences-system.png</normaloff>:/opensecurity/gfx/preferences-system.png</iconset>
oliver@197
    97
      </attribute>
oliver@186
    98
      <attribute name="title">
oliver@186
    99
       <string>Configuration</string>
oliver@186
   100
      </attribute>
oliver@186
   101
      <layout class="QVBoxLayout" name="lyTabConfig">
oliver@186
   102
       <item>
oliver@186
   103
        <widget class="QLabel" name="lblTemplate">
oliver@186
   104
         <property name="text">
oliver@186
   105
          <string>Initial Template:</string>
oliver@186
   106
         </property>
oliver@186
   107
         <property name="buddy">
oliver@186
   108
          <cstring>tvTemplate</cstring>
oliver@186
   109
         </property>
oliver@186
   110
        </widget>
oliver@186
   111
       </item>
oliver@186
   112
       <item>
oliver@186
   113
        <widget class="QTreeWidget" name="tvTemplate">
oliver@186
   114
         <property name="maximumSize">
oliver@186
   115
          <size>
oliver@186
   116
           <width>16777215</width>
oliver@186
   117
           <height>64</height>
oliver@186
   118
          </size>
oliver@186
   119
         </property>
oliver@186
   120
         <property name="rootIsDecorated">
oliver@186
   121
          <bool>false</bool>
oliver@186
   122
         </property>
oliver@186
   123
         <property name="itemsExpandable">
oliver@186
   124
          <bool>false</bool>
oliver@186
   125
         </property>
oliver@186
   126
         <property name="allColumnsShowFocus">
oliver@186
   127
          <bool>true</bool>
oliver@186
   128
         </property>
oliver@186
   129
         <column>
oliver@186
   130
          <property name="text">
oliver@186
   131
           <string>Name</string>
oliver@186
   132
          </property>
oliver@186
   133
         </column>
oliver@186
   134
         <column>
oliver@186
   135
          <property name="text">
oliver@186
   136
           <string>Date</string>
oliver@186
   137
          </property>
oliver@186
   138
         </column>
oliver@186
   139
         <column>
oliver@186
   140
          <property name="text">
oliver@186
   141
           <string>Size</string>
oliver@186
   142
          </property>
oliver@186
   143
         </column>
oliver@186
   144
         <column>
oliver@186
   145
          <property name="text">
oliver@186
   146
           <string>Path</string>
oliver@186
   147
          </property>
oliver@186
   148
         </column>
oliver@186
   149
        </widget>
oliver@186
   150
       </item>
oliver@186
   151
       <item>
oliver@186
   152
        <layout class="QHBoxLayout" name="lyDownload">
oliver@186
   153
         <item>
oliver@186
   154
          <spacer name="spDownload">
oliver@186
   155
           <property name="orientation">
oliver@186
   156
            <enum>Qt::Horizontal</enum>
oliver@186
   157
           </property>
oliver@186
   158
           <property name="sizeHint" stdset="0">
oliver@186
   159
            <size>
oliver@186
   160
             <width>40</width>
oliver@186
   161
             <height>20</height>
oliver@186
   162
            </size>
oliver@186
   163
           </property>
oliver@186
   164
          </spacer>
oliver@186
   165
         </item>
oliver@186
   166
         <item>
oliver@186
   167
          <widget class="QPushButton" name="btnDownload">
oliver@186
   168
           <property name="minimumSize">
oliver@186
   169
            <size>
oliver@186
   170
             <width>100</width>
oliver@186
   171
             <height>0</height>
oliver@186
   172
            </size>
oliver@186
   173
           </property>
oliver@186
   174
           <property name="text">
oliver@186
   175
            <string>&amp;Download</string>
oliver@186
   176
           </property>
oliver@186
   177
          </widget>
oliver@186
   178
         </item>
oliver@186
   179
         <item>
oliver@186
   180
          <widget class="QPushButton" name="btnImport">
oliver@186
   181
           <property name="minimumSize">
oliver@186
   182
            <size>
oliver@186
   183
             <width>100</width>
oliver@186
   184
             <height>0</height>
oliver@186
   185
            </size>
oliver@186
   186
           </property>
oliver@186
   187
           <property name="text">
oliver@186
   188
            <string>&amp;Import</string>
oliver@186
   189
           </property>
oliver@186
   190
          </widget>
oliver@186
   191
         </item>
oliver@186
   192
        </layout>
oliver@186
   193
       </item>
oliver@186
   194
       <item>
oliver@186
   195
        <widget class="QLabel" name="lblProgress">
oliver@186
   196
         <property name="text">
oliver@186
   197
          <string>Progress:</string>
oliver@186
   198
         </property>
oliver@186
   199
         <property name="buddy">
oliver@186
   200
          <cstring>edtProgress</cstring>
oliver@186
   201
         </property>
oliver@186
   202
        </widget>
oliver@186
   203
       </item>
oliver@186
   204
       <item>
oliver@186
   205
        <widget class="QPlainTextEdit" name="edtProgress">
oliver@186
   206
         <property name="font">
oliver@186
   207
          <font>
oliver@186
   208
           <family>Monospace</family>
oliver@186
   209
           <pointsize>10</pointsize>
oliver@186
   210
          </font>
oliver@186
   211
         </property>
oliver@186
   212
         <property name="verticalScrollBarPolicy">
oliver@186
   213
          <enum>Qt::ScrollBarAlwaysOn</enum>
oliver@186
   214
         </property>
oliver@186
   215
         <property name="lineWrapMode">
oliver@186
   216
          <enum>QPlainTextEdit::NoWrap</enum>
oliver@186
   217
         </property>
oliver@186
   218
         <property name="readOnly">
oliver@186
   219
          <bool>true</bool>
oliver@186
   220
         </property>
oliver@186
   221
         <property name="plainText">
oliver@186
   222
          <string/>
oliver@186
   223
         </property>
oliver@186
   224
        </widget>
oliver@186
   225
       </item>
oliver@186
   226
      </layout>
oliver@186
   227
      <zorder>tvTemplate</zorder>
oliver@186
   228
      <zorder>lblTemplate</zorder>
oliver@186
   229
      <zorder></zorder>
oliver@186
   230
      <zorder>lblProgress</zorder>
oliver@186
   231
      <zorder>edtProgress</zorder>
oliver@186
   232
     </widget>
oliver@197
   233
     <widget class="QWidget" name="tabMachines">
oliver@197
   234
      <attribute name="icon">
oliver@197
   235
       <iconset resource="opensecurity.qrc">
oliver@197
   236
        <normaloff>:/opensecurity/gfx/cpu.png</normaloff>:/opensecurity/gfx/cpu.png</iconset>
oliver@197
   237
      </attribute>
oliver@197
   238
      <attribute name="title">
oliver@197
   239
       <string>Machines</string>
oliver@197
   240
      </attribute>
oliver@197
   241
      <layout class="QVBoxLayout" name="verticalLayout_2">
oliver@197
   242
       <item>
oliver@197
   243
        <widget class="QTreeWidget" name="tvMachines">
oliver@197
   244
         <property name="rootIsDecorated">
oliver@197
   245
          <bool>true</bool>
oliver@197
   246
         </property>
oliver@197
   247
         <property name="uniformRowHeights">
oliver@197
   248
          <bool>true</bool>
oliver@197
   249
         </property>
oliver@197
   250
         <property name="itemsExpandable">
oliver@197
   251
          <bool>true</bool>
oliver@197
   252
         </property>
oliver@197
   253
         <property name="sortingEnabled">
oliver@197
   254
          <bool>true</bool>
oliver@197
   255
         </property>
oliver@197
   256
         <property name="animated">
oliver@197
   257
          <bool>true</bool>
oliver@197
   258
         </property>
oliver@197
   259
         <property name="allColumnsShowFocus">
oliver@197
   260
          <bool>true</bool>
oliver@197
   261
         </property>
oliver@197
   262
         <property name="columnCount">
oliver@197
   263
          <number>3</number>
oliver@197
   264
         </property>
oliver@197
   265
         <column>
oliver@197
   266
          <property name="text">
oliver@197
   267
           <string extracomment="Machine name">Name</string>
oliver@197
   268
          </property>
oliver@197
   269
         </column>
oliver@197
   270
         <column>
oliver@197
   271
          <property name="text">
oliver@197
   272
           <string extracomment="Virtual Maschine Attribute Name">Key</string>
oliver@197
   273
          </property>
oliver@197
   274
         </column>
oliver@197
   275
         <column>
oliver@197
   276
          <property name="text">
oliver@197
   277
           <string extracomment="Virtual Machine Attribute Value">Value</string>
oliver@197
   278
          </property>
oliver@197
   279
         </column>
oliver@197
   280
        </widget>
oliver@197
   281
       </item>
oliver@197
   282
      </layout>
oliver@197
   283
     </widget>
oliver@186
   284
     <widget class="QWidget" name="tabLog">
oliver@197
   285
      <attribute name="icon">
oliver@197
   286
       <iconset resource="opensecurity.qrc">
oliver@197
   287
        <normaloff>:/opensecurity/gfx/text-x-log.png</normaloff>:/opensecurity/gfx/text-x-log.png</iconset>
oliver@197
   288
      </attribute>
oliver@186
   289
      <attribute name="title">
oliver@186
   290
       <string>Service Log</string>
oliver@186
   291
      </attribute>
oliver@197
   292
      <layout class="QVBoxLayout" name="verticalLayout">
oliver@186
   293
       <item>
oliver@186
   294
        <widget class="QPlainTextEdit" name="edtLog">
oliver@190
   295
         <property name="font">
oliver@190
   296
          <font>
oliver@190
   297
           <family>Monospace</family>
oliver@190
   298
           <pointsize>10</pointsize>
oliver@190
   299
          </font>
oliver@190
   300
         </property>
oliver@186
   301
         <property name="verticalScrollBarPolicy">
oliver@186
   302
          <enum>Qt::ScrollBarAlwaysOn</enum>
oliver@186
   303
         </property>
oliver@190
   304
         <property name="lineWrapMode">
oliver@190
   305
          <enum>QPlainTextEdit::NoWrap</enum>
oliver@190
   306
         </property>
oliver@186
   307
         <property name="readOnly">
oliver@186
   308
          <bool>true</bool>
oliver@186
   309
         </property>
oliver@186
   310
        </widget>
oliver@186
   311
       </item>
oliver@197
   312
       <item>
oliver@197
   313
        <layout class="QHBoxLayout" name="lyLog">
oliver@197
   314
         <item>
oliver@197
   315
          <spacer name="spLogButtons">
oliver@197
   316
           <property name="orientation">
oliver@197
   317
            <enum>Qt::Horizontal</enum>
oliver@197
   318
           </property>
oliver@197
   319
           <property name="sizeHint" stdset="0">
oliver@197
   320
            <size>
oliver@197
   321
             <width>40</width>
oliver@197
   322
             <height>20</height>
oliver@197
   323
            </size>
oliver@197
   324
           </property>
oliver@197
   325
          </spacer>
oliver@197
   326
         </item>
oliver@197
   327
         <item>
oliver@197
   328
          <widget class="QPushButton" name="btnExplorer">
oliver@197
   329
           <property name="minimumSize">
oliver@197
   330
            <size>
oliver@197
   331
             <width>100</width>
oliver@197
   332
             <height>0</height>
oliver@197
   333
            </size>
oliver@197
   334
           </property>
oliver@197
   335
           <property name="text">
oliver@197
   336
            <string>&amp;Explorer</string>
oliver@197
   337
           </property>
oliver@197
   338
          </widget>
oliver@197
   339
         </item>
oliver@197
   340
        </layout>
oliver@197
   341
       </item>
oliver@186
   342
      </layout>
oliver@186
   343
     </widget>
oliver@100
   344
    </widget>
oliver@100
   345
   </item>
oliver@100
   346
   <item>
oliver@100
   347
    <layout class="QHBoxLayout" name="lyButton">
oliver@100
   348
     <item>
oliver@100
   349
      <spacer name="spButton">
oliver@100
   350
       <property name="orientation">
oliver@100
   351
        <enum>Qt::Horizontal</enum>
oliver@100
   352
       </property>
oliver@100
   353
       <property name="sizeHint" stdset="0">
oliver@100
   354
        <size>
oliver@100
   355
         <width>40</width>
oliver@100
   356
         <height>20</height>
oliver@100
   357
        </size>
oliver@100
   358
       </property>
oliver@100
   359
      </spacer>
oliver@100
   360
     </item>
oliver@100
   361
     <item>
oliver@100
   362
      <widget class="QPushButton" name="btnRefresh">
oliver@100
   363
       <property name="minimumSize">
oliver@100
   364
        <size>
oliver@100
   365
         <width>100</width>
oliver@100
   366
         <height>0</height>
oliver@100
   367
        </size>
oliver@100
   368
       </property>
oliver@100
   369
       <property name="text">
oliver@100
   370
        <string>&amp;Refresh</string>
oliver@100
   371
       </property>
oliver@100
   372
      </widget>
oliver@100
   373
     </item>
oliver@100
   374
     <item>
oliver@100
   375
      <widget class="QPushButton" name="btnAbout">
oliver@100
   376
       <property name="minimumSize">
oliver@100
   377
        <size>
oliver@100
   378
         <width>100</width>
oliver@100
   379
         <height>0</height>
oliver@100
   380
        </size>
oliver@100
   381
       </property>
oliver@100
   382
       <property name="text">
oliver@100
   383
        <string>&amp;About</string>
oliver@100
   384
       </property>
oliver@100
   385
      </widget>
oliver@100
   386
     </item>
oliver@100
   387
     <item>
oliver@100
   388
      <widget class="QPushButton" name="btnClose">
oliver@100
   389
       <property name="minimumSize">
oliver@100
   390
        <size>
oliver@100
   391
         <width>100</width>
oliver@100
   392
         <height>0</height>
oliver@100
   393
        </size>
oliver@100
   394
       </property>
oliver@100
   395
       <property name="text">
oliver@100
   396
        <string>&amp;Close</string>
oliver@100
   397
       </property>
oliver@100
   398
       <property name="default">
oliver@100
   399
        <bool>true</bool>
oliver@100
   400
       </property>
oliver@100
   401
      </widget>
oliver@100
   402
     </item>
oliver@100
   403
    </layout>
oliver@100
   404
   </item>
oliver@100
   405
  </layout>
oliver@123
   406
  <zorder></zorder>
oliver@186
   407
  <zorder>tabWidget</zorder>
oliver@100
   408
 </widget>
oliver@100
   409
 <tabstops>
oliver@106
   410
  <tabstop>edtStatus</tabstop>
oliver@106
   411
  <tabstop>edtVersion</tabstop>
oliver@100
   412
  <tabstop>btnImport</tabstop>
oliver@100
   413
  <tabstop>btnAbout</tabstop>
oliver@100
   414
  <tabstop>btnClose</tabstop>
oliver@100
   415
 </tabstops>
oliver@100
   416
 <resources>
oliver@100
   417
  <include location="opensecurity.qrc"/>
oliver@100
   418
 </resources>
oliver@100
   419
 <connections/>
oliver@100
   420
</ui>