OpenSecurity/bin/ui/ConfigureDialog.ui
changeset 197 3a5954c34509
parent 190 4d73f670be28
child 198 c80f38c424fd
     1.1 --- a/OpenSecurity/bin/ui/ConfigureDialog.ui	Thu Jun 12 12:44:19 2014 +0200
     1.2 +++ b/OpenSecurity/bin/ui/ConfigureDialog.ui	Wed Jun 25 12:31:10 2014 +0200
     1.3 @@ -6,8 +6,8 @@
     1.4     <rect>
     1.5      <x>0</x>
     1.6      <y>0</y>
     1.7 -    <width>658</width>
     1.8 -    <height>482</height>
     1.9 +    <width>722</width>
    1.10 +    <height>521</height>
    1.11     </rect>
    1.12    </property>
    1.13    <property name="windowTitle">
    1.14 @@ -91,6 +91,10 @@
    1.15        <number>0</number>
    1.16       </property>
    1.17       <widget class="QWidget" name="tabConfiguration">
    1.18 +      <attribute name="icon">
    1.19 +       <iconset resource="opensecurity.qrc">
    1.20 +        <normaloff>:/opensecurity/gfx/preferences-system.png</normaloff>:/opensecurity/gfx/preferences-system.png</iconset>
    1.21 +      </attribute>
    1.22        <attribute name="title">
    1.23         <string>Configuration</string>
    1.24        </attribute>
    1.25 @@ -188,40 +192,6 @@
    1.26          </layout>
    1.27         </item>
    1.28         <item>
    1.29 -        <widget class="QLabel" name="lblMachines">
    1.30 -         <property name="text">
    1.31 -          <string>Machines:</string>
    1.32 -         </property>
    1.33 -         <property name="buddy">
    1.34 -          <cstring>tvMachines</cstring>
    1.35 -         </property>
    1.36 -        </widget>
    1.37 -       </item>
    1.38 -       <item>
    1.39 -        <widget class="QTreeWidget" name="tvMachines">
    1.40 -         <property name="maximumSize">
    1.41 -          <size>
    1.42 -           <width>16777215</width>
    1.43 -           <height>128</height>
    1.44 -          </size>
    1.45 -         </property>
    1.46 -         <property name="rootIsDecorated">
    1.47 -          <bool>false</bool>
    1.48 -         </property>
    1.49 -         <property name="itemsExpandable">
    1.50 -          <bool>false</bool>
    1.51 -         </property>
    1.52 -         <property name="allColumnsShowFocus">
    1.53 -          <bool>true</bool>
    1.54 -         </property>
    1.55 -         <column>
    1.56 -          <property name="text">
    1.57 -           <string>Name</string>
    1.58 -          </property>
    1.59 -         </column>
    1.60 -        </widget>
    1.61 -       </item>
    1.62 -       <item>
    1.63          <widget class="QLabel" name="lblProgress">
    1.64           <property name="text">
    1.65            <string>Progress:</string>
    1.66 @@ -255,21 +225,71 @@
    1.67         </item>
    1.68        </layout>
    1.69        <zorder>tvTemplate</zorder>
    1.70 -      <zorder>spDownload</zorder>
    1.71 -      <zorder>btnDownload</zorder>
    1.72 -      <zorder>btnImport</zorder>
    1.73        <zorder>lblTemplate</zorder>
    1.74 -      <zorder>lblMachines</zorder>
    1.75        <zorder></zorder>
    1.76 -      <zorder>tvMachines</zorder>
    1.77        <zorder>lblProgress</zorder>
    1.78        <zorder>edtProgress</zorder>
    1.79       </widget>
    1.80 +     <widget class="QWidget" name="tabMachines">
    1.81 +      <attribute name="icon">
    1.82 +       <iconset resource="opensecurity.qrc">
    1.83 +        <normaloff>:/opensecurity/gfx/cpu.png</normaloff>:/opensecurity/gfx/cpu.png</iconset>
    1.84 +      </attribute>
    1.85 +      <attribute name="title">
    1.86 +       <string>Machines</string>
    1.87 +      </attribute>
    1.88 +      <layout class="QVBoxLayout" name="verticalLayout_2">
    1.89 +       <item>
    1.90 +        <widget class="QTreeWidget" name="tvMachines">
    1.91 +         <property name="rootIsDecorated">
    1.92 +          <bool>true</bool>
    1.93 +         </property>
    1.94 +         <property name="uniformRowHeights">
    1.95 +          <bool>true</bool>
    1.96 +         </property>
    1.97 +         <property name="itemsExpandable">
    1.98 +          <bool>true</bool>
    1.99 +         </property>
   1.100 +         <property name="sortingEnabled">
   1.101 +          <bool>true</bool>
   1.102 +         </property>
   1.103 +         <property name="animated">
   1.104 +          <bool>true</bool>
   1.105 +         </property>
   1.106 +         <property name="allColumnsShowFocus">
   1.107 +          <bool>true</bool>
   1.108 +         </property>
   1.109 +         <property name="columnCount">
   1.110 +          <number>3</number>
   1.111 +         </property>
   1.112 +         <column>
   1.113 +          <property name="text">
   1.114 +           <string extracomment="Machine name">Name</string>
   1.115 +          </property>
   1.116 +         </column>
   1.117 +         <column>
   1.118 +          <property name="text">
   1.119 +           <string extracomment="Virtual Maschine Attribute Name">Key</string>
   1.120 +          </property>
   1.121 +         </column>
   1.122 +         <column>
   1.123 +          <property name="text">
   1.124 +           <string extracomment="Virtual Machine Attribute Value">Value</string>
   1.125 +          </property>
   1.126 +         </column>
   1.127 +        </widget>
   1.128 +       </item>
   1.129 +      </layout>
   1.130 +     </widget>
   1.131       <widget class="QWidget" name="tabLog">
   1.132 +      <attribute name="icon">
   1.133 +       <iconset resource="opensecurity.qrc">
   1.134 +        <normaloff>:/opensecurity/gfx/text-x-log.png</normaloff>:/opensecurity/gfx/text-x-log.png</iconset>
   1.135 +      </attribute>
   1.136        <attribute name="title">
   1.137         <string>Service Log</string>
   1.138        </attribute>
   1.139 -      <layout class="QVBoxLayout" name="lyTabLog">
   1.140 +      <layout class="QVBoxLayout" name="verticalLayout">
   1.141         <item>
   1.142          <widget class="QPlainTextEdit" name="edtLog">
   1.143           <property name="font">
   1.144 @@ -289,6 +309,36 @@
   1.145           </property>
   1.146          </widget>
   1.147         </item>
   1.148 +       <item>
   1.149 +        <layout class="QHBoxLayout" name="lyLog">
   1.150 +         <item>
   1.151 +          <spacer name="spLogButtons">
   1.152 +           <property name="orientation">
   1.153 +            <enum>Qt::Horizontal</enum>
   1.154 +           </property>
   1.155 +           <property name="sizeHint" stdset="0">
   1.156 +            <size>
   1.157 +             <width>40</width>
   1.158 +             <height>20</height>
   1.159 +            </size>
   1.160 +           </property>
   1.161 +          </spacer>
   1.162 +         </item>
   1.163 +         <item>
   1.164 +          <widget class="QPushButton" name="btnExplorer">
   1.165 +           <property name="minimumSize">
   1.166 +            <size>
   1.167 +             <width>100</width>
   1.168 +             <height>0</height>
   1.169 +            </size>
   1.170 +           </property>
   1.171 +           <property name="text">
   1.172 +            <string>&amp;Explorer</string>
   1.173 +           </property>
   1.174 +          </widget>
   1.175 +         </item>
   1.176 +        </layout>
   1.177 +       </item>
   1.178        </layout>
   1.179       </widget>
   1.180      </widget>
   1.181 @@ -359,9 +409,7 @@
   1.182   <tabstops>
   1.183    <tabstop>edtStatus</tabstop>
   1.184    <tabstop>edtVersion</tabstop>
   1.185 -  <tabstop>btnDownload</tabstop>
   1.186    <tabstop>btnImport</tabstop>
   1.187 -  <tabstop>btnRefresh</tabstop>
   1.188    <tabstop>btnAbout</tabstop>
   1.189    <tabstop>btnClose</tabstop>
   1.190   </tabstops>