Projekt

Obecné

Profil

Stáhnout (4.04 KB) Statistiky
| Větev: | Tag: | Revize:
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>selectPatientDlg</class>
4
 <widget class="QDialog" name="selectPatientDlg">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>941</width>
10
    <height>719</height>
11
   </rect>
12
  </property>
13
  <property name="font">
14
   <font>
15
    <pointsize>14</pointsize>
16
   </font>
17
  </property>
18
  <property name="windowTitle">
19
   <string>Dialog</string>
20
  </property>
21
  <layout class="QGridLayout" name="gridLayout_2">
22
   <item row="0" column="0" colspan="2">
23
    <layout class="QVBoxLayout" name="verticalLayout">
24
     <item>
25
      <layout class="QHBoxLayout" name="horizontalLayout">
26
       <item>
27
        <widget class="QLabel" name="selectedPatientText">
28
         <property name="sizePolicy">
29
          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
30
           <horstretch>0</horstretch>
31
           <verstretch>0</verstretch>
32
          </sizepolicy>
33
         </property>
34
         <property name="font">
35
          <font>
36
           <pointsize>14</pointsize>
37
          </font>
38
         </property>
39
         <property name="text">
40
          <string/>
41
         </property>
42
         <property name="alignment">
43
          <set>Qt::AlignCenter</set>
44
         </property>
45
         <property name="wordWrap">
46
          <bool>true</bool>
47
         </property>
48
        </widget>
49
       </item>
50
       <item>
51
        <widget class="QPushButton" name="nextSeriesBtn">
52
         <property name="minimumSize">
53
          <size>
54
           <width>0</width>
55
           <height>80</height>
56
          </size>
57
         </property>
58
         <property name="maximumSize">
59
          <size>
60
           <width>16777215</width>
61
           <height>16777215</height>
62
          </size>
63
         </property>
64
         <property name="text">
65
          <string>Další série</string>
66
         </property>
67
        </widget>
68
       </item>
69
      </layout>
70
     </item>
71
     <item>
72
      <widget class="QGroupBox" name="groupBox">
73
       <property name="font">
74
        <font>
75
         <pointsize>14</pointsize>
76
        </font>
77
       </property>
78
       <property name="title">
79
        <string>Seznam uživatelů</string>
80
       </property>
81
       <layout class="QGridLayout" name="gridLayout">
82
        <item row="0" column="0">
83
         <widget class="QTableView" name="usersTableView">
84
          <property name="styleSheet">
85
           <string notr="true">QHeaderView { font-size: 14pt; }
86

    
87
QTableView { font-size: 14pt; }
88
</string>
89
          </property>
90
         </widget>
91
        </item>
92
       </layout>
93
      </widget>
94
     </item>
95
    </layout>
96
   </item>
97
   <item row="1" column="0">
98
    <widget class="QPushButton" name="okBtn">
99
     <property name="sizePolicy">
100
      <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
101
       <horstretch>0</horstretch>
102
       <verstretch>0</verstretch>
103
      </sizepolicy>
104
     </property>
105
     <property name="minimumSize">
106
      <size>
107
       <width>0</width>
108
       <height>80</height>
109
      </size>
110
     </property>
111
     <property name="baseSize">
112
      <size>
113
       <width>0</width>
114
       <height>80</height>
115
      </size>
116
     </property>
117
     <property name="font">
118
      <font>
119
       <pointsize>14</pointsize>
120
      </font>
121
     </property>
122
     <property name="text">
123
      <string>OK</string>
124
     </property>
125
    </widget>
126
   </item>
127
   <item row="1" column="1">
128
    <widget class="QPushButton" name="exitBtn">
129
     <property name="sizePolicy">
130
      <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
131
       <horstretch>0</horstretch>
132
       <verstretch>0</verstretch>
133
      </sizepolicy>
134
     </property>
135
     <property name="minimumSize">
136
      <size>
137
       <width>0</width>
138
       <height>80</height>
139
      </size>
140
     </property>
141
     <property name="baseSize">
142
      <size>
143
       <width>0</width>
144
       <height>80</height>
145
      </size>
146
     </property>
147
     <property name="font">
148
      <font>
149
       <pointsize>14</pointsize>
150
      </font>
151
     </property>
152
     <property name="text">
153
      <string>Exit</string>
154
     </property>
155
    </widget>
156
   </item>
157
  </layout>
158
 </widget>
159
 <resources/>
160
 <connections/>
161
</ui>
(17-17/17)