OpenSecurity/bin/ui/NotificationDialog.ui
author Oliver Maurhart <oliver.maurhart@ait.ac.at>
Thu, 02 Oct 2014 13:20:37 +0200
changeset 233 bab44ef66a3c
parent 102 d352d09f8832
permissions -rw-r--r--
fixed dumb typo in Gui dialogs
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <ui version="4.0">
     3  <class>NotificationDialog</class>
     4  <widget class="QDialog" name="NotificationDialog">
     5   <property name="geometry">
     6    <rect>
     7     <x>0</x>
     8     <y>0</y>
     9     <width>420</width>
    10     <height>120</height>
    11    </rect>
    12   </property>
    13   <property name="sizePolicy">
    14    <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
    15     <horstretch>0</horstretch>
    16     <verstretch>0</verstretch>
    17    </sizepolicy>
    18   </property>
    19   <property name="windowTitle">
    20    <string>OpenSecurity Notification</string>
    21   </property>
    22   <property name="windowIcon">
    23    <iconset resource="opensecurity.qrc">
    24     <normaloff>:/opensecurity/gfx/opensecurity_icon_64.png</normaloff>:/opensecurity/gfx/opensecurity_icon_64.png</iconset>
    25   </property>
    26   <layout class="QVBoxLayout" name="lyMain">
    27    <item>
    28     <layout class="QHBoxLayout" name="lyContent" stretch="0,1">
    29      <property name="spacing">
    30       <number>16</number>
    31      </property>
    32      <item>
    33       <widget class="QLabel" name="lblIcon">
    34        <property name="text">
    35         <string/>
    36        </property>
    37        <property name="pixmap">
    38         <pixmap resource="opensecurity.qrc">:/opensecurity/gfx/opensecurity_icon_64.png</pixmap>
    39        </property>
    40        <property name="alignment">
    41         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
    42        </property>
    43       </widget>
    44      </item>
    45      <item>
    46       <layout class="QVBoxLayout" name="lyMessage">
    47        <item>
    48         <widget class="QLabel" name="lblMessage">
    49          <property name="text">
    50           <string>TextLabel</string>
    51          </property>
    52         </widget>
    53        </item>
    54        <item>
    55         <spacer name="spMessage">
    56          <property name="orientation">
    57           <enum>Qt::Vertical</enum>
    58          </property>
    59          <property name="sizeHint" stdset="0">
    60           <size>
    61            <width>20</width>
    62            <height>40</height>
    63           </size>
    64          </property>
    65         </spacer>
    66        </item>
    67       </layout>
    68      </item>
    69     </layout>
    70    </item>
    71    <item>
    72     <layout class="QHBoxLayout" name="lyButtons">
    73      <item>
    74       <spacer name="spButtons">
    75        <property name="orientation">
    76         <enum>Qt::Horizontal</enum>
    77        </property>
    78        <property name="sizeHint" stdset="0">
    79         <size>
    80          <width>40</width>
    81          <height>20</height>
    82         </size>
    83        </property>
    84       </spacer>
    85      </item>
    86      <item>
    87       <widget class="QPushButton" name="btnAbout">
    88        <property name="minimumSize">
    89         <size>
    90          <width>100</width>
    91          <height>0</height>
    92         </size>
    93        </property>
    94        <property name="text">
    95         <string>&amp;About</string>
    96        </property>
    97       </widget>
    98      </item>
    99      <item>
   100       <widget class="QPushButton" name="btnOk">
   101        <property name="minimumSize">
   102         <size>
   103          <width>100</width>
   104          <height>0</height>
   105         </size>
   106        </property>
   107        <property name="text">
   108         <string>&amp;Ok</string>
   109        </property>
   110        <property name="default">
   111         <bool>true</bool>
   112        </property>
   113       </widget>
   114      </item>
   115     </layout>
   116    </item>
   117   </layout>
   118  </widget>
   119  <tabstops>
   120   <tabstop>btnAbout</tabstop>
   121   <tabstop>btnOk</tabstop>
   122  </tabstops>
   123  <resources>
   124   <include location="opensecurity.qrc"/>
   125  </resources>
   126  <connections/>
   127 </ui>