OpenSecurity/bin/ui/ConfigureDialog.ui
author Oliver Maurhart <oliver.maurhart@ait.ac.at>
Wed, 02 Apr 2014 12:54:35 +0200
changeset 122 d14cb9350dd4
parent 120 52c1face04d3
child 123 5e944224e384
permissions -rw-r--r--
minor GUI fixes
     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>400</width>
    10     <height>455</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="verticalLayout_3">
    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         </widget>
    60        </item>
    61        <item row="1" column="1">
    62         <widget class="QLineEdit" name="edtVersion">
    63          <property name="readOnly">
    64           <bool>true</bool>
    65          </property>
    66         </widget>
    67        </item>
    68        <item row="0" column="0">
    69         <widget class="QLabel" name="lblStatus">
    70          <property name="text">
    71           <string>Service status:</string>
    72          </property>
    73         </widget>
    74        </item>
    75        <item row="2" column="0" colspan="2">
    76         <widget class="QWidget" name="wdStatus" native="true"/>
    77        </item>
    78       </layout>
    79      </item>
    80     </layout>
    81    </item>
    82    <item>
    83     <widget class="QTabWidget" name="tabConfig">
    84      <property name="currentIndex">
    85       <number>0</number>
    86      </property>
    87      <widget class="QWidget" name="tbConfig">
    88       <attribute name="title">
    89        <string>Configuration</string>
    90       </attribute>
    91       <layout class="QVBoxLayout" name="lyConfig">
    92        <item>
    93         <widget class="QLabel" name="lblTemplate">
    94          <property name="text">
    95           <string>Initial Template:</string>
    96          </property>
    97         </widget>
    98        </item>
    99        <item>
   100         <widget class="QTreeWidget" name="tvTemplate">
   101          <property name="maximumSize">
   102           <size>
   103            <width>16777215</width>
   104            <height>64</height>
   105           </size>
   106          </property>
   107          <property name="rootIsDecorated">
   108           <bool>false</bool>
   109          </property>
   110          <property name="itemsExpandable">
   111           <bool>false</bool>
   112          </property>
   113          <property name="allColumnsShowFocus">
   114           <bool>true</bool>
   115          </property>
   116          <column>
   117           <property name="text">
   118            <string>Name</string>
   119           </property>
   120          </column>
   121          <column>
   122           <property name="text">
   123            <string>Date</string>
   124           </property>
   125          </column>
   126          <column>
   127           <property name="text">
   128            <string>Size</string>
   129           </property>
   130          </column>
   131          <column>
   132           <property name="text">
   133            <string>Path</string>
   134           </property>
   135          </column>
   136         </widget>
   137        </item>
   138        <item>
   139         <layout class="QHBoxLayout" name="lyDownload">
   140          <item>
   141           <spacer name="spDownload">
   142            <property name="orientation">
   143             <enum>Qt::Horizontal</enum>
   144            </property>
   145            <property name="sizeHint" stdset="0">
   146             <size>
   147              <width>40</width>
   148              <height>20</height>
   149             </size>
   150            </property>
   151           </spacer>
   152          </item>
   153          <item>
   154           <widget class="QPushButton" name="btnDownload">
   155            <property name="minimumSize">
   156             <size>
   157              <width>100</width>
   158              <height>0</height>
   159             </size>
   160            </property>
   161            <property name="text">
   162             <string>&amp;Download</string>
   163            </property>
   164           </widget>
   165          </item>
   166          <item>
   167           <widget class="QPushButton" name="btnImport">
   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;Import</string>
   176            </property>
   177           </widget>
   178          </item>
   179         </layout>
   180        </item>
   181        <item>
   182         <widget class="QLabel" name="lblMachines">
   183          <property name="text">
   184           <string>Machines:</string>
   185          </property>
   186         </widget>
   187        </item>
   188        <item>
   189         <widget class="QTreeWidget" name="tvMachines">
   190          <property name="maximumSize">
   191           <size>
   192            <width>16777215</width>
   193            <height>128</height>
   194           </size>
   195          </property>
   196          <property name="rootIsDecorated">
   197           <bool>false</bool>
   198          </property>
   199          <property name="itemsExpandable">
   200           <bool>false</bool>
   201          </property>
   202          <property name="allColumnsShowFocus">
   203           <bool>true</bool>
   204          </property>
   205          <column>
   206           <property name="text">
   207            <string>Name</string>
   208           </property>
   209          </column>
   210         </widget>
   211        </item>
   212        <item>
   213         <widget class="QLabel" name="lblProgress">
   214          <property name="text">
   215           <string>Progress:</string>
   216          </property>
   217         </widget>
   218        </item>
   219        <item>
   220         <widget class="QPlainTextEdit" name="edtProgress">
   221          <property name="font">
   222           <font>
   223            <family>Monospace</family>
   224            <pointsize>10</pointsize>
   225           </font>
   226          </property>
   227          <property name="verticalScrollBarPolicy">
   228           <enum>Qt::ScrollBarAlwaysOn</enum>
   229          </property>
   230          <property name="lineWrapMode">
   231           <enum>QPlainTextEdit::NoWrap</enum>
   232          </property>
   233          <property name="readOnly">
   234           <bool>true</bool>
   235          </property>
   236          <property name="plainText">
   237           <string/>
   238          </property>
   239         </widget>
   240        </item>
   241       </layout>
   242      </widget>
   243      <widget class="QWidget" name="tbLog">
   244       <attribute name="title">
   245        <string>Log</string>
   246       </attribute>
   247       <layout class="QVBoxLayout" name="lyLog">
   248        <item>
   249         <widget class="QPlainTextEdit" name="edtLog">
   250          <property name="verticalScrollBarPolicy">
   251           <enum>Qt::ScrollBarAlwaysOn</enum>
   252          </property>
   253          <property name="lineWrapMode">
   254           <enum>QPlainTextEdit::NoWrap</enum>
   255          </property>
   256          <property name="readOnly">
   257           <bool>true</bool>
   258          </property>
   259         </widget>
   260        </item>
   261       </layout>
   262      </widget>
   263     </widget>
   264    </item>
   265    <item>
   266     <layout class="QHBoxLayout" name="lyButton">
   267      <item>
   268       <spacer name="spButton">
   269        <property name="orientation">
   270         <enum>Qt::Horizontal</enum>
   271        </property>
   272        <property name="sizeHint" stdset="0">
   273         <size>
   274          <width>40</width>
   275          <height>20</height>
   276         </size>
   277        </property>
   278       </spacer>
   279      </item>
   280      <item>
   281       <widget class="QPushButton" name="btnRefresh">
   282        <property name="minimumSize">
   283         <size>
   284          <width>100</width>
   285          <height>0</height>
   286         </size>
   287        </property>
   288        <property name="text">
   289         <string>&amp;Refresh</string>
   290        </property>
   291       </widget>
   292      </item>
   293      <item>
   294       <widget class="QPushButton" name="btnAbout">
   295        <property name="minimumSize">
   296         <size>
   297          <width>100</width>
   298          <height>0</height>
   299         </size>
   300        </property>
   301        <property name="text">
   302         <string>&amp;About</string>
   303        </property>
   304       </widget>
   305      </item>
   306      <item>
   307       <widget class="QPushButton" name="btnClose">
   308        <property name="minimumSize">
   309         <size>
   310          <width>100</width>
   311          <height>0</height>
   312         </size>
   313        </property>
   314        <property name="text">
   315         <string>&amp;Close</string>
   316        </property>
   317        <property name="default">
   318         <bool>true</bool>
   319        </property>
   320       </widget>
   321      </item>
   322     </layout>
   323    </item>
   324   </layout>
   325   <zorder>tabConfig</zorder>
   326   <zorder>btnAbout</zorder>
   327  </widget>
   328  <tabstops>
   329   <tabstop>edtStatus</tabstop>
   330   <tabstop>edtVersion</tabstop>
   331   <tabstop>tvTemplate</tabstop>
   332   <tabstop>btnDownload</tabstop>
   333   <tabstop>btnImport</tabstop>
   334   <tabstop>tvMachines</tabstop>
   335   <tabstop>edtProgress</tabstop>
   336   <tabstop>btnRefresh</tabstop>
   337   <tabstop>btnAbout</tabstop>
   338   <tabstop>btnClose</tabstop>
   339  </tabstops>
   340  <resources>
   341   <include location="opensecurity.qrc"/>
   342  </resources>
   343  <connections/>
   344 </ui>