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