OpenSecurity/bin/ui/AboutDialog.ui
author Oliver Maurhart <oliver.maurhart@ait.ac.at>
Fri, 13 Jun 2014 13:10:48 +0200
changeset 195 18c1a46bd7a7
parent 194 e79ca934e237
permissions -rw-r--r--
added Apache License 2.0
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <ui version="4.0">
     3  <class>AboutDialog</class>
     4  <widget class="QDialog" name="AboutDialog">
     5   <property name="geometry">
     6    <rect>
     7     <x>0</x>
     8     <y>0</y>
     9     <width>780</width>
    10     <height>600</height>
    11    </rect>
    12   </property>
    13   <property name="windowTitle">
    14    <string>About OpenSecurity</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   <layout class="QVBoxLayout" name="lyMain">
    21    <item>
    22     <widget class="QTabWidget" name="tabWidget">
    23      <property name="currentIndex">
    24       <number>0</number>
    25      </property>
    26      <widget class="QWidget" name="tabAbout">
    27       <attribute name="title">
    28        <string>About</string>
    29       </attribute>
    30       <layout class="QVBoxLayout" name="verticalLayout">
    31        <item>
    32         <widget class="QScrollArea" name="scrAbout">
    33          <property name="autoFillBackground">
    34           <bool>false</bool>
    35          </property>
    36          <property name="styleSheet">
    37           <string notr="true"/>
    38          </property>
    39          <property name="widgetResizable">
    40           <bool>true</bool>
    41          </property>
    42          <widget class="QWidget" name="scrAboutContent">
    43           <property name="geometry">
    44            <rect>
    45             <x>0</x>
    46             <y>0</y>
    47             <width>750</width>
    48             <height>522</height>
    49            </rect>
    50           </property>
    51           <property name="sizePolicy">
    52            <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
    53             <horstretch>0</horstretch>
    54             <verstretch>0</verstretch>
    55            </sizepolicy>
    56           </property>
    57           <property name="styleSheet">
    58            <string notr="true">QWidget { background: white; color: black; };</string>
    59           </property>
    60          </widget>
    61         </widget>
    62        </item>
    63       </layout>
    64      </widget>
    65      <widget class="QWidget" name="tabLicense">
    66       <attribute name="title">
    67        <string>License</string>
    68       </attribute>
    69       <layout class="QVBoxLayout" name="verticalLayout_2">
    70        <item>
    71         <widget class="QPlainTextEdit" name="edtLicense">
    72          <property name="readOnly">
    73           <bool>true</bool>
    74          </property>
    75         </widget>
    76        </item>
    77       </layout>
    78      </widget>
    79     </widget>
    80    </item>
    81    <item>
    82     <layout class="QHBoxLayout" name="horizontalLayout">
    83      <item>
    84       <spacer name="spButtons">
    85        <property name="orientation">
    86         <enum>Qt::Horizontal</enum>
    87        </property>
    88        <property name="sizeHint" stdset="0">
    89         <size>
    90          <width>40</width>
    91          <height>20</height>
    92         </size>
    93        </property>
    94       </spacer>
    95      </item>
    96      <item>
    97       <widget class="QPushButton" name="btnOk">
    98        <property name="minimumSize">
    99         <size>
   100          <width>100</width>
   101          <height>0</height>
   102         </size>
   103        </property>
   104        <property name="text">
   105         <string>&amp;Ok</string>
   106        </property>
   107        <property name="default">
   108         <bool>true</bool>
   109        </property>
   110       </widget>
   111      </item>
   112     </layout>
   113    </item>
   114   </layout>
   115  </widget>
   116  <resources>
   117   <include location="opensecurity.qrc"/>
   118  </resources>
   119  <connections/>
   120 </ui>