~ubuntu-branches/debian/jessie/ugene/jessie

« back to all changes in this revision

Viewing changes to src/corelibs/U2Misc/src/ui/AuthentificationDialog.ui

  • Committer: Package Import Robot
  • Author(s): Steffen Moeller
  • Date: 2011-11-02 13:29:07 UTC
  • mfrom: (1.2.1) (3.1.11 natty)
  • Revision ID: package-import@ubuntu.com-20111102132907-o34gwnt0uj5g6hen
Tags: 1.9.8+repack-1
* First release to Debian
  - added README.Debian
  - increased policy version to 3.9.2
  - added URLs for version control system
* Added debug package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>AuthentificationDialog</class>
 
4
 <widget class="QDialog" name="AuthentificationDialog">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>284</width>
 
10
    <height>127</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Authentification </string>
 
15
  </property>
 
16
  <layout class="QGridLayout" name="gridLayout">
 
17
   <item row="0" column="0">
 
18
    <widget class="QLabel" name="label">
 
19
     <property name="text">
 
20
      <string>Enter name:</string>
 
21
     </property>
 
22
    </widget>
 
23
   </item>
 
24
   <item row="0" column="1">
 
25
    <spacer name="horizontalSpacer_3">
 
26
     <property name="orientation">
 
27
      <enum>Qt::Horizontal</enum>
 
28
     </property>
 
29
     <property name="sizeHint" stdset="0">
 
30
      <size>
 
31
       <width>68</width>
 
32
       <height>20</height>
 
33
      </size>
 
34
     </property>
 
35
    </spacer>
 
36
   </item>
 
37
   <item row="0" column="2">
 
38
    <widget class="QLineEdit" name="nameEdit"/>
 
39
   </item>
 
40
   <item row="1" column="0">
 
41
    <widget class="QLabel" name="label_2">
 
42
     <property name="text">
 
43
      <string>Enter password:</string>
 
44
     </property>
 
45
    </widget>
 
46
   </item>
 
47
   <item row="1" column="1">
 
48
    <spacer name="horizontalSpacer_2">
 
49
     <property name="orientation">
 
50
      <enum>Qt::Horizontal</enum>
 
51
     </property>
 
52
     <property name="sizeHint" stdset="0">
 
53
      <size>
 
54
       <width>68</width>
 
55
       <height>20</height>
 
56
      </size>
 
57
     </property>
 
58
    </spacer>
 
59
   </item>
 
60
   <item row="1" column="2">
 
61
    <widget class="QLineEdit" name="passEdit">
 
62
     <property name="echoMode">
 
63
      <enum>QLineEdit::Password</enum>
 
64
     </property>
 
65
    </widget>
 
66
   </item>
 
67
   <item row="3" column="1">
 
68
    <spacer name="verticalSpacer">
 
69
     <property name="orientation">
 
70
      <enum>Qt::Vertical</enum>
 
71
     </property>
 
72
     <property name="sizeHint" stdset="0">
 
73
      <size>
 
74
       <width>20</width>
 
75
       <height>4</height>
 
76
      </size>
 
77
     </property>
 
78
    </spacer>
 
79
   </item>
 
80
   <item row="4" column="0" colspan="3">
 
81
    <layout class="QHBoxLayout" name="horizontalLayout">
 
82
     <item>
 
83
      <spacer name="horizontalSpacer">
 
84
       <property name="orientation">
 
85
        <enum>Qt::Horizontal</enum>
 
86
       </property>
 
87
       <property name="sizeHint" stdset="0">
 
88
        <size>
 
89
         <width>40</width>
 
90
         <height>20</height>
 
91
        </size>
 
92
       </property>
 
93
      </spacer>
 
94
     </item>
 
95
     <item>
 
96
      <widget class="QPushButton" name="OKButton">
 
97
       <property name="text">
 
98
        <string>OK</string>
 
99
       </property>
 
100
      </widget>
 
101
     </item>
 
102
     <item>
 
103
      <widget class="QPushButton" name="cancelButton">
 
104
       <property name="text">
 
105
        <string>Cancel</string>
 
106
       </property>
 
107
      </widget>
 
108
     </item>
 
109
    </layout>
 
110
   </item>
 
111
   <item row="2" column="0">
 
112
    <widget class="QCheckBox" name="rememberBox">
 
113
     <property name="text">
 
114
      <string>Remember me</string>
 
115
     </property>
 
116
    </widget>
 
117
   </item>
 
118
  </layout>
 
119
 </widget>
 
120
 <resources/>
 
121
 <connections>
 
122
  <connection>
 
123
   <sender>cancelButton</sender>
 
124
   <signal>clicked()</signal>
 
125
   <receiver>AuthentificationDialog</receiver>
 
126
   <slot>reject()</slot>
 
127
   <hints>
 
128
    <hint type="sourcelabel">
 
129
     <x>137</x>
 
130
     <y>48</y>
 
131
    </hint>
 
132
    <hint type="destinationlabel">
 
133
     <x>92</x>
 
134
     <y>35</y>
 
135
    </hint>
 
136
   </hints>
 
137
  </connection>
 
138
 </connections>
 
139
</ui>