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