OpenSecurity/bin/ui/ConfigureDialog.ui
author Oliver Maurhart <oliver.maurhart@ait.ac.at>
Wed, 02 Apr 2014 12:52:22 +0200
changeset 120 52c1face04d3
parent 109 eed302e7be4d
child 122 d14cb9350dd4
permissions -rw-r--r--
log tab on configue 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>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="lineWrapMode">
   251           <enum>QPlainTextEdit::NoWrap</enum>
   252          </property>
   253          <property name="readOnly">
   254           <bool>true</bool>
   255          </property>
   256         </widget>
   257        </item>
   258       </layout>
   259      </widget>
   260     </widget>
   261    </item>
   262    <item>
   263     <layout class="QHBoxLayout" name="lyButton">
   264      <item>
   265       <spacer name="spButton">
   266        <property name="orientation">
   267         <enum>Qt::Horizontal</enum>
   268        </property>
   269        <property name="sizeHint" stdset="0">
   270         <size>
   271          <width>40</width>
   272          <height>20</height>
   273         </size>
   274        </property>
   275       </spacer>
   276      </item>
   277      <item>
   278       <widget class="QPushButton" name="btnRefresh">
   279        <property name="minimumSize">
   280         <size>
   281          <width>100</width>
   282          <height>0</height>
   283         </size>
   284        </property>
   285        <property name="text">
   286         <string>&amp;Refresh</string>
   287        </property>
   288       </widget>
   289      </item>
   290      <item>
   291       <widget class="QPushButton" name="btnAbout">
   292        <property name="minimumSize">
   293         <size>
   294          <width>100</width>
   295          <height>0</height>
   296         </size>
   297        </property>
   298        <property name="text">
   299         <string>&amp;About</string>
   300        </property>
   301       </widget>
   302      </item>
   303      <item>
   304       <widget class="QPushButton" name="btnClose">
   305        <property name="minimumSize">
   306         <size>
   307          <width>100</width>
   308          <height>0</height>
   309         </size>
   310        </property>
   311        <property name="text">
   312         <string>&amp;Close</string>
   313        </property>
   314        <property name="default">
   315         <bool>true</bool>
   316        </property>
   317       </widget>
   318      </item>
   319     </layout>
   320    </item>
   321   </layout>
   322   <zorder>tabConfig</zorder>
   323   <zorder>btnAbout</zorder>
   324  </widget>
   325  <tabstops>
   326   <tabstop>edtStatus</tabstop>
   327   <tabstop>edtVersion</tabstop>
   328   <tabstop>tvTemplate</tabstop>
   329   <tabstop>btnDownload</tabstop>
   330   <tabstop>btnImport</tabstop>
   331   <tabstop>tvMachines</tabstop>
   332   <tabstop>edtProgress</tabstop>
   333   <tabstop>btnRefresh</tabstop>
   334   <tabstop>btnAbout</tabstop>
   335   <tabstop>btnClose</tabstop>
   336  </tabstops>
   337  <resources>
   338   <include location="opensecurity.qrc"/>
   339  </resources>
   340  <connections/>
   341 </ui>