OpenSecurity/bin/ui/AboutDialog.ui
changeset 195 18c1a46bd7a7
parent 194 e79ca934e237
     1.1 --- a/OpenSecurity/bin/ui/AboutDialog.ui	Fri Jun 13 12:58:06 2014 +0200
     1.2 +++ b/OpenSecurity/bin/ui/AboutDialog.ui	Fri Jun 13 13:10:48 2014 +0200
     1.3 @@ -6,7 +6,7 @@
     1.4     <rect>
     1.5      <x>0</x>
     1.6      <y>0</y>
     1.7 -    <width>750</width>
     1.8 +    <width>780</width>
     1.9      <height>600</height>
    1.10     </rect>
    1.11    </property>
    1.12 @@ -19,34 +19,62 @@
    1.13    </property>
    1.14    <layout class="QVBoxLayout" name="lyMain">
    1.15     <item>
    1.16 -    <widget class="QScrollArea" name="scrAbout">
    1.17 -     <property name="autoFillBackground">
    1.18 -      <bool>false</bool>
    1.19 +    <widget class="QTabWidget" name="tabWidget">
    1.20 +     <property name="currentIndex">
    1.21 +      <number>0</number>
    1.22       </property>
    1.23 -     <property name="styleSheet">
    1.24 -      <string notr="true"/>
    1.25 -     </property>
    1.26 -     <property name="widgetResizable">
    1.27 -      <bool>true</bool>
    1.28 -     </property>
    1.29 -     <widget class="QWidget" name="scrAboutContent">
    1.30 -      <property name="geometry">
    1.31 -       <rect>
    1.32 -        <x>0</x>
    1.33 -        <y>0</y>
    1.34 -        <width>736</width>
    1.35 -        <height>558</height>
    1.36 -       </rect>
    1.37 -      </property>
    1.38 -      <property name="sizePolicy">
    1.39 -       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
    1.40 -        <horstretch>0</horstretch>
    1.41 -        <verstretch>0</verstretch>
    1.42 -       </sizepolicy>
    1.43 -      </property>
    1.44 -      <property name="styleSheet">
    1.45 -       <string notr="true">QWidget { background: white; color: black; };</string>
    1.46 -      </property>
    1.47 +     <widget class="QWidget" name="tabAbout">
    1.48 +      <attribute name="title">
    1.49 +       <string>About</string>
    1.50 +      </attribute>
    1.51 +      <layout class="QVBoxLayout" name="verticalLayout">
    1.52 +       <item>
    1.53 +        <widget class="QScrollArea" name="scrAbout">
    1.54 +         <property name="autoFillBackground">
    1.55 +          <bool>false</bool>
    1.56 +         </property>
    1.57 +         <property name="styleSheet">
    1.58 +          <string notr="true"/>
    1.59 +         </property>
    1.60 +         <property name="widgetResizable">
    1.61 +          <bool>true</bool>
    1.62 +         </property>
    1.63 +         <widget class="QWidget" name="scrAboutContent">
    1.64 +          <property name="geometry">
    1.65 +           <rect>
    1.66 +            <x>0</x>
    1.67 +            <y>0</y>
    1.68 +            <width>750</width>
    1.69 +            <height>522</height>
    1.70 +           </rect>
    1.71 +          </property>
    1.72 +          <property name="sizePolicy">
    1.73 +           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
    1.74 +            <horstretch>0</horstretch>
    1.75 +            <verstretch>0</verstretch>
    1.76 +           </sizepolicy>
    1.77 +          </property>
    1.78 +          <property name="styleSheet">
    1.79 +           <string notr="true">QWidget { background: white; color: black; };</string>
    1.80 +          </property>
    1.81 +         </widget>
    1.82 +        </widget>
    1.83 +       </item>
    1.84 +      </layout>
    1.85 +     </widget>
    1.86 +     <widget class="QWidget" name="tabLicense">
    1.87 +      <attribute name="title">
    1.88 +       <string>License</string>
    1.89 +      </attribute>
    1.90 +      <layout class="QVBoxLayout" name="verticalLayout_2">
    1.91 +       <item>
    1.92 +        <widget class="QPlainTextEdit" name="edtLicense">
    1.93 +         <property name="readOnly">
    1.94 +          <bool>true</bool>
    1.95 +         </property>
    1.96 +        </widget>
    1.97 +       </item>
    1.98 +      </layout>
    1.99       </widget>
   1.100      </widget>
   1.101     </item>