OpenSecurity/bin/ui/ConfigureDialog.ui
author Oliver Maurhart <oliver.maurhart@ait.ac.at>
Mon, 29 Sep 2014 12:42:58 +0200
changeset 224 dc7cee534574
parent 198 c80f38c424fd
permissions -rw-r--r--
fixed #19
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@224
   192
         <item>
oliver@224
   193
          <widget class="QPushButton" name="btnUpdate">
oliver@224
   194
           <property name="minimumSize">
oliver@224
   195
            <size>
oliver@224
   196
             <width>100</width>
oliver@224
   197
             <height>0</height>
oliver@224
   198
            </size>
oliver@224
   199
           </property>
oliver@224
   200
           <property name="text">
oliver@224
   201
            <string>&amp;Update</string>
oliver@224
   202
           </property>
oliver@224
   203
          </widget>
oliver@224
   204
         </item>
oliver@186
   205
        </layout>
oliver@186
   206
       </item>
oliver@186
   207
       <item>
oliver@186
   208
        <widget class="QLabel" name="lblProgress">
oliver@186
   209
         <property name="text">
oliver@186
   210
          <string>Progress:</string>
oliver@186
   211
         </property>
oliver@186
   212
         <property name="buddy">
oliver@186
   213
          <cstring>edtProgress</cstring>
oliver@186
   214
         </property>
oliver@186
   215
        </widget>
oliver@186
   216
       </item>
oliver@186
   217
       <item>
oliver@186
   218
        <widget class="QPlainTextEdit" name="edtProgress">
oliver@186
   219
         <property name="font">
oliver@186
   220
          <font>
oliver@186
   221
           <family>Monospace</family>
oliver@186
   222
           <pointsize>10</pointsize>
oliver@186
   223
          </font>
oliver@186
   224
         </property>
oliver@186
   225
         <property name="verticalScrollBarPolicy">
oliver@186
   226
          <enum>Qt::ScrollBarAlwaysOn</enum>
oliver@186
   227
         </property>
oliver@186
   228
         <property name="lineWrapMode">
oliver@186
   229
          <enum>QPlainTextEdit::NoWrap</enum>
oliver@186
   230
         </property>
oliver@186
   231
         <property name="readOnly">
oliver@186
   232
          <bool>true</bool>
oliver@186
   233
         </property>
oliver@186
   234
         <property name="plainText">
oliver@186
   235
          <string/>
oliver@186
   236
         </property>
oliver@186
   237
        </widget>
oliver@186
   238
       </item>
oliver@186
   239
      </layout>
oliver@186
   240
      <zorder>tvTemplate</zorder>
oliver@186
   241
      <zorder>lblTemplate</zorder>
oliver@186
   242
      <zorder></zorder>
oliver@186
   243
      <zorder>lblProgress</zorder>
oliver@186
   244
      <zorder>edtProgress</zorder>
oliver@186
   245
     </widget>
oliver@197
   246
     <widget class="QWidget" name="tabMachines">
oliver@197
   247
      <attribute name="icon">
oliver@197
   248
       <iconset resource="opensecurity.qrc">
oliver@197
   249
        <normaloff>:/opensecurity/gfx/cpu.png</normaloff>:/opensecurity/gfx/cpu.png</iconset>
oliver@197
   250
      </attribute>
oliver@197
   251
      <attribute name="title">
oliver@197
   252
       <string>Machines</string>
oliver@197
   253
      </attribute>
oliver@197
   254
      <layout class="QVBoxLayout" name="verticalLayout_2">
oliver@197
   255
       <item>
oliver@197
   256
        <widget class="QTreeWidget" name="tvMachines">
oliver@197
   257
         <property name="rootIsDecorated">
oliver@197
   258
          <bool>true</bool>
oliver@197
   259
         </property>
oliver@197
   260
         <property name="uniformRowHeights">
oliver@197
   261
          <bool>true</bool>
oliver@197
   262
         </property>
oliver@197
   263
         <property name="itemsExpandable">
oliver@197
   264
          <bool>true</bool>
oliver@197
   265
         </property>
oliver@197
   266
         <property name="sortingEnabled">
oliver@197
   267
          <bool>true</bool>
oliver@197
   268
         </property>
oliver@197
   269
         <property name="animated">
oliver@197
   270
          <bool>true</bool>
oliver@197
   271
         </property>
oliver@197
   272
         <property name="allColumnsShowFocus">
oliver@197
   273
          <bool>true</bool>
oliver@197
   274
         </property>
oliver@197
   275
         <property name="columnCount">
oliver@198
   276
          <number>2</number>
oliver@197
   277
         </property>
oliver@197
   278
         <column>
oliver@197
   279
          <property name="text">
oliver@197
   280
           <string extracomment="Machine name">Name</string>
oliver@197
   281
          </property>
oliver@197
   282
         </column>
oliver@197
   283
         <column>
oliver@197
   284
          <property name="text">
oliver@197
   285
           <string extracomment="Virtual Machine Attribute Value">Value</string>
oliver@197
   286
          </property>
oliver@197
   287
         </column>
oliver@197
   288
        </widget>
oliver@197
   289
       </item>
oliver@197
   290
      </layout>
oliver@197
   291
     </widget>
oliver@186
   292
     <widget class="QWidget" name="tabLog">
oliver@197
   293
      <attribute name="icon">
oliver@197
   294
       <iconset resource="opensecurity.qrc">
oliver@197
   295
        <normaloff>:/opensecurity/gfx/text-x-log.png</normaloff>:/opensecurity/gfx/text-x-log.png</iconset>
oliver@197
   296
      </attribute>
oliver@186
   297
      <attribute name="title">
oliver@186
   298
       <string>Service Log</string>
oliver@186
   299
      </attribute>
oliver@197
   300
      <layout class="QVBoxLayout" name="verticalLayout">
oliver@186
   301
       <item>
oliver@186
   302
        <widget class="QPlainTextEdit" name="edtLog">
oliver@190
   303
         <property name="font">
oliver@190
   304
          <font>
oliver@190
   305
           <family>Monospace</family>
oliver@190
   306
           <pointsize>10</pointsize>
oliver@190
   307
          </font>
oliver@190
   308
         </property>
oliver@186
   309
         <property name="verticalScrollBarPolicy">
oliver@186
   310
          <enum>Qt::ScrollBarAlwaysOn</enum>
oliver@186
   311
         </property>
oliver@190
   312
         <property name="lineWrapMode">
oliver@190
   313
          <enum>QPlainTextEdit::NoWrap</enum>
oliver@190
   314
         </property>
oliver@186
   315
         <property name="readOnly">
oliver@186
   316
          <bool>true</bool>
oliver@186
   317
         </property>
oliver@186
   318
        </widget>
oliver@186
   319
       </item>
oliver@197
   320
       <item>
oliver@197
   321
        <layout class="QHBoxLayout" name="lyLog">
oliver@197
   322
         <item>
oliver@197
   323
          <spacer name="spLogButtons">
oliver@197
   324
           <property name="orientation">
oliver@197
   325
            <enum>Qt::Horizontal</enum>
oliver@197
   326
           </property>
oliver@197
   327
           <property name="sizeHint" stdset="0">
oliver@197
   328
            <size>
oliver@197
   329
             <width>40</width>
oliver@197
   330
             <height>20</height>
oliver@197
   331
            </size>
oliver@197
   332
           </property>
oliver@197
   333
          </spacer>
oliver@197
   334
         </item>
oliver@197
   335
         <item>
oliver@197
   336
          <widget class="QPushButton" name="btnExplorer">
oliver@197
   337
           <property name="minimumSize">
oliver@197
   338
            <size>
oliver@197
   339
             <width>100</width>
oliver@197
   340
             <height>0</height>
oliver@197
   341
            </size>
oliver@197
   342
           </property>
oliver@197
   343
           <property name="text">
oliver@197
   344
            <string>&amp;Explorer</string>
oliver@197
   345
           </property>
oliver@197
   346
          </widget>
oliver@197
   347
         </item>
oliver@197
   348
        </layout>
oliver@197
   349
       </item>
oliver@186
   350
      </layout>
oliver@186
   351
     </widget>
oliver@100
   352
    </widget>
oliver@100
   353
   </item>
oliver@100
   354
   <item>
oliver@100
   355
    <layout class="QHBoxLayout" name="lyButton">
oliver@100
   356
     <item>
oliver@100
   357
      <spacer name="spButton">
oliver@100
   358
       <property name="orientation">
oliver@100
   359
        <enum>Qt::Horizontal</enum>
oliver@100
   360
       </property>
oliver@100
   361
       <property name="sizeHint" stdset="0">
oliver@100
   362
        <size>
oliver@100
   363
         <width>40</width>
oliver@100
   364
         <height>20</height>
oliver@100
   365
        </size>
oliver@100
   366
       </property>
oliver@100
   367
      </spacer>
oliver@100
   368
     </item>
oliver@100
   369
     <item>
oliver@100
   370
      <widget class="QPushButton" name="btnRefresh">
oliver@100
   371
       <property name="minimumSize">
oliver@100
   372
        <size>
oliver@100
   373
         <width>100</width>
oliver@100
   374
         <height>0</height>
oliver@100
   375
        </size>
oliver@100
   376
       </property>
oliver@100
   377
       <property name="text">
oliver@100
   378
        <string>&amp;Refresh</string>
oliver@100
   379
       </property>
oliver@100
   380
      </widget>
oliver@100
   381
     </item>
oliver@100
   382
     <item>
oliver@100
   383
      <widget class="QPushButton" name="btnAbout">
oliver@100
   384
       <property name="minimumSize">
oliver@100
   385
        <size>
oliver@100
   386
         <width>100</width>
oliver@100
   387
         <height>0</height>
oliver@100
   388
        </size>
oliver@100
   389
       </property>
oliver@100
   390
       <property name="text">
oliver@100
   391
        <string>&amp;About</string>
oliver@100
   392
       </property>
oliver@100
   393
      </widget>
oliver@100
   394
     </item>
oliver@100
   395
     <item>
oliver@100
   396
      <widget class="QPushButton" name="btnClose">
oliver@100
   397
       <property name="minimumSize">
oliver@100
   398
        <size>
oliver@100
   399
         <width>100</width>
oliver@100
   400
         <height>0</height>
oliver@100
   401
        </size>
oliver@100
   402
       </property>
oliver@100
   403
       <property name="text">
oliver@100
   404
        <string>&amp;Close</string>
oliver@100
   405
       </property>
oliver@100
   406
       <property name="default">
oliver@100
   407
        <bool>true</bool>
oliver@100
   408
       </property>
oliver@100
   409
      </widget>
oliver@100
   410
     </item>
oliver@100
   411
    </layout>
oliver@100
   412
   </item>
oliver@100
   413
  </layout>
oliver@123
   414
  <zorder></zorder>
oliver@186
   415
  <zorder>tabWidget</zorder>
oliver@100
   416
 </widget>
oliver@100
   417
 <tabstops>
oliver@106
   418
  <tabstop>edtStatus</tabstop>
oliver@106
   419
  <tabstop>edtVersion</tabstop>
oliver@224
   420
  <tabstop>tabWidget</tabstop>
oliver@224
   421
  <tabstop>tvTemplate</tabstop>
oliver@224
   422
  <tabstop>btnDownload</tabstop>
oliver@100
   423
  <tabstop>btnImport</tabstop>
oliver@224
   424
  <tabstop>btnUpdate</tabstop>
oliver@224
   425
  <tabstop>edtProgress</tabstop>
oliver@224
   426
  <tabstop>tvMachines</tabstop>
oliver@224
   427
  <tabstop>edtLog</tabstop>
oliver@224
   428
  <tabstop>btnExplorer</tabstop>
oliver@224
   429
  <tabstop>btnRefresh</tabstop>
oliver@100
   430
  <tabstop>btnAbout</tabstop>
oliver@100
   431
  <tabstop>btnClose</tabstop>
oliver@100
   432
 </tabstops>
oliver@100
   433
 <resources>
oliver@100
   434
  <include location="opensecurity.qrc"/>
oliver@100
   435
 </resources>
oliver@100
   436
 <connections/>
oliver@100
   437
</ui>