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