]> git.lyx.org Git - lyx.git/blob - src/frontends/qt/ui/BranchesUnknownUi.ui
Properly scale some icons for HiDPI (#12695)
[lyx.git] / src / frontends / qt / ui / BranchesUnknownUi.ui
1 <ui version="4.0" >
2  <class>BranchesUnknownUi</class>
3  <widget class="QWidget" name="BranchesUnknownUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>401</width>
9     <height>234</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string/>
14   </property>
15   <layout class="QGridLayout" >
16    <property name="margin" >
17     <number>9</number>
18    </property>
19    <property name="spacing" >
20     <number>6</number>
21    </property>
22    <item row="1" column="1" >
23     <widget class="QPushButton" name="addSelectedPB" >
24      <property name="toolTip" >
25       <string>Add the selected branches to the list.</string>
26      </property>
27      <property name="text" >
28       <string>&amp;Add Selected</string>
29      </property>
30     </widget>
31    </item>
32    <item row="2" column="1" >
33     <widget class="QPushButton" name="addAllPB" >
34      <property name="toolTip" >
35       <string>Add all unknown branches to the list.</string>
36      </property>
37      <property name="text" >
38       <string>Add A&amp;ll</string>
39      </property>
40     </widget>
41    </item>
42    <item row="3" column="1" >
43     <spacer>
44      <property name="orientation" >
45       <enum>Qt::Vertical</enum>
46      </property>
47      <property name="sizeHint" >
48       <size>
49        <width>20</width>
50        <height>81</height>
51       </size>
52      </property>
53     </spacer>
54    </item>
55    <item row="4" column="1" >
56     <widget class="QPushButton" name="cancelPB" >
57      <property name="text" >
58       <string>&amp;Cancel</string>
59      </property>
60     </widget>
61    </item>
62    <item row="0" column="0" >
63     <widget class="QLabel" name="branchesLA" >
64      <property name="toolTip" >
65       <string>Undefined branches used in this document.</string>
66      </property>
67      <property name="text" >
68       <string>&amp;Undefined Branches:</string>
69      </property>
70      <property name="buddy" >
71       <cstring>branchesLW</cstring>
72      </property>
73     </widget>
74    </item>
75    <item rowspan="4" row="1" column="0" >
76     <widget class="QListWidget" name="branchesLW" >
77      <property name="toolTip" >
78       <string>Undefined branches used in this document.</string>
79      </property>
80      <property name="selectionMode" >
81       <enum>QAbstractItemView::MultiSelection</enum>
82      </property>
83     </widget>
84    </item>
85   </layout>
86  </widget>
87  <includes>
88   <include location="local" >qt_i18n.h</include>
89  </includes>
90  <resources/>
91  <connections/>
92 </ui>