OpenSecurity/bin/ui/AboutDialog.ui
author Oliver Maurhart <oliver.maurhart@ait.ac.at>
Fri, 13 Jun 2014 12:58:06 +0200
changeset 194 e79ca934e237
parent 102 d352d09f8832
child 195 18c1a46bd7a7
permissions -rw-r--r--
fixed about dialog
     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>750</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="QScrollArea" name="scrAbout">
    23      <property name="autoFillBackground">
    24       <bool>false</bool>
    25      </property>
    26      <property name="styleSheet">
    27       <string notr="true"/>
    28      </property>
    29      <property name="widgetResizable">
    30       <bool>true</bool>
    31      </property>
    32      <widget class="QWidget" name="scrAboutContent">
    33       <property name="geometry">
    34        <rect>
    35         <x>0</x>
    36         <y>0</y>
    37         <width>736</width>
    38         <height>558</height>
    39        </rect>
    40       </property>
    41       <property name="sizePolicy">
    42        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
    43         <horstretch>0</horstretch>
    44         <verstretch>0</verstretch>
    45        </sizepolicy>
    46       </property>
    47       <property name="styleSheet">
    48        <string notr="true">QWidget { background: white; color: black; };</string>
    49       </property>
    50      </widget>
    51     </widget>
    52    </item>
    53    <item>
    54     <layout class="QHBoxLayout" name="horizontalLayout">
    55      <item>
    56       <spacer name="spButtons">
    57        <property name="orientation">
    58         <enum>Qt::Horizontal</enum>
    59        </property>
    60        <property name="sizeHint" stdset="0">
    61         <size>
    62          <width>40</width>
    63          <height>20</height>
    64         </size>
    65        </property>
    66       </spacer>
    67      </item>
    68      <item>
    69       <widget class="QPushButton" name="btnOk">
    70        <property name="minimumSize">
    71         <size>
    72          <width>100</width>
    73          <height>0</height>
    74         </size>
    75        </property>
    76        <property name="text">
    77         <string>&amp;Ok</string>
    78        </property>
    79        <property name="default">
    80         <bool>true</bool>
    81        </property>
    82       </widget>
    83      </item>
    84     </layout>
    85    </item>
    86   </layout>
    87  </widget>
    88  <resources>
    89   <include location="opensecurity.qrc"/>
    90  </resources>
    91  <connections/>
    92 </ui>