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