]> git.lyx.org Git - lyx.git/blob - src/frontends/qt3/ui/QBranchDialogBase.ui
2d6cbe495e8e8cca25456ea3345ad1e2b0428ef3
[lyx.git] / src / frontends / qt3 / ui / QBranchDialogBase.ui
1 <!DOCTYPE UI><UI>
2 <class>QBranchDialogBase</class>
3 <include location="global">config.h</include>
4 <include location="local">qt_helpers.h</include>
5 <widget>
6     <class>QDialog</class>
7     <property stdset="1">
8         <name>name</name>
9         <cstring>QBranchDialogBase</cstring>
10     </property>
11     <property stdset="1">
12         <name>geometry</name>
13         <rect>
14             <x>0</x>
15             <y>0</y>
16             <width>188</width>
17             <height>129</height>
18         </rect>
19     </property>
20     <property stdset="1">
21         <name>caption</name>
22         <string></string>
23     </property>
24     <property stdset="1">
25         <name>sizeGripEnabled</name>
26         <bool>true</bool>
27     </property>
28     <grid>
29         <property stdset="1">
30             <name>margin</name>
31             <number>11</number>
32         </property>
33         <property stdset="1">
34             <name>spacing</name>
35             <number>6</number>
36         </property>
37         <widget row="1"  column="0" >
38             <class>QPushButton</class>
39             <property stdset="1">
40                 <name>name</name>
41                 <cstring>okPB</cstring>
42             </property>
43             <property stdset="1">
44                 <name>text</name>
45                 <string>&amp;OK</string>
46             </property>
47             <property stdset="1">
48                 <name>default</name>
49                 <bool>false</bool>
50             </property>
51         </widget>
52         <widget row="1"  column="1" >
53             <class>QPushButton</class>
54             <property stdset="1">
55                 <name>name</name>
56                 <cstring>closePB</cstring>
57             </property>
58             <property stdset="1">
59                 <name>text</name>
60                 <string>&amp;Close</string>
61             </property>
62             <property stdset="1">
63                 <name>default</name>
64                 <bool>true</bool>
65             </property>
66         </widget>
67         <widget row="0"  column="0"  rowspan="1"  colspan="2" >
68             <class>QLayoutWidget</class>
69             <property stdset="1">
70                 <name>name</name>
71                 <cstring>Layout1</cstring>
72             </property>
73             <vbox>
74                 <property stdset="1">
75                     <name>margin</name>
76                     <number>0</number>
77                 </property>
78                 <property stdset="1">
79                     <name>spacing</name>
80                     <number>6</number>
81                 </property>
82                 <widget>
83                     <class>QLabel</class>
84                     <property stdset="1">
85                         <name>name</name>
86                         <cstring>branchLA</cstring>
87                     </property>
88                     <property stdset="1">
89                         <name>text</name>
90                         <string>&amp;Available branches:</string>
91                     </property>
92                     <property>
93                         <name>buddy</name>
94                         <cstring>branchCO</cstring>
95                     </property>
96                 </widget>
97                 <widget>
98                     <class>QComboBox</class>
99                     <property stdset="1">
100                         <name>name</name>
101                         <cstring>branchCO</cstring>
102                     </property>
103                     <property>
104                         <name>toolTip</name>
105                         <string>Select your branch</string>
106                     </property>
107                 </widget>
108             </vbox>
109         </widget>
110     </grid>
111 </widget>
112 <connections>
113     <connection>
114         <sender>branchCO</sender>
115         <signal>activated(int)</signal>
116         <receiver>QBranchDialogBase</receiver>
117         <slot>change_adaptor()</slot>
118     </connection>
119     <slot access="public">change_adaptor()</slot>
120 </connections>
121 </UI>