WebBrowser/QtHelp/QtHelpDocumentationDialog.ui

changeset 5393
9db3fd0b1c72
parent 5227
5bffd1a6741f
equal deleted inserted replaced
5390:3528235d0707 5393:9db3fd0b1c72
24 </property> 24 </property>
25 </widget> 25 </widget>
26 </item> 26 </item>
27 <item> 27 <item>
28 <layout class="QGridLayout" name="gridLayout"> 28 <layout class="QGridLayout" name="gridLayout">
29 <item row="0" column="0" rowspan="4"> 29 <item row="0" column="0" rowspan="6">
30 <widget class="QListWidget" name="documentsList"> 30 <widget class="QListWidget" name="documentsList">
31 <property name="alternatingRowColors"> 31 <property name="alternatingRowColors">
32 <bool>true</bool> 32 <bool>true</bool>
33 </property> 33 </property>
34 <property name="selectionMode"> 34 <property name="selectionMode">
47 <property name="text"> 47 <property name="text">
48 <string>Add...</string> 48 <string>Add...</string>
49 </property> 49 </property>
50 </widget> 50 </widget>
51 </item> 51 </item>
52 <item row="1" column="1">
53 <widget class="QPushButton" name="addPluginButton">
54 <property name="toolTip">
55 <string>Press to select QtHelp documents provided by a plug-in to add to the database</string>
56 </property>
57 <property name="text">
58 <string>Add from Plug-ins...</string>
59 </property>
60 </widget>
61 </item>
52 <item row="2" column="1"> 62 <item row="2" column="1">
53 <widget class="QPushButton" name="removeButton"> 63 <widget class="QPushButton" name="removeButton">
54 <property name="toolTip"> 64 <property name="toolTip">
55 <string>Press to remove the selected documents from the database</string> 65 <string>Press to remove the selected documents from the database</string>
56 </property> 66 </property>
58 <string>Remove</string> 68 <string>Remove</string>
59 </property> 69 </property>
60 </widget> 70 </widget>
61 </item> 71 </item>
62 <item row="3" column="1"> 72 <item row="3" column="1">
73 <widget class="Line" name="line">
74 <property name="lineWidth">
75 <number>2</number>
76 </property>
77 <property name="orientation">
78 <enum>Qt::Horizontal</enum>
79 </property>
80 </widget>
81 </item>
82 <item row="4" column="1">
83 <widget class="QPushButton" name="managePluginButton">
84 <property name="toolTip">
85 <string>Select to manage the plug-in provided documentation sets</string>
86 </property>
87 <property name="text">
88 <string>Manage Plug-ins...</string>
89 </property>
90 </widget>
91 </item>
92 <item row="5" column="1">
63 <spacer name="verticalSpacer"> 93 <spacer name="verticalSpacer">
64 <property name="orientation"> 94 <property name="orientation">
65 <enum>Qt::Vertical</enum> 95 <enum>Qt::Vertical</enum>
66 </property> 96 </property>
67 <property name="sizeHint" stdset="0"> 97 <property name="sizeHint" stdset="0">
68 <size> 98 <size>
69 <width>20</width> 99 <width>20</width>
70 <height>98</height> 100 <height>17</height>
71 </size> 101 </size>
72 </property> 102 </property>
73 </spacer> 103 </spacer>
74 </item>
75 <item row="1" column="1">
76 <widget class="QPushButton" name="addPluginButton">
77 <property name="toolTip">
78 <string>Press to select QtHelp documents provided by a plug-in to add to the database</string>
79 </property>
80 <property name="text">
81 <string>Add from Plug-ins...</string>
82 </property>
83 </widget>
84 </item> 104 </item>
85 </layout> 105 </layout>
86 </item> 106 </item>
87 <item> 107 <item>
88 <widget class="QDialogButtonBox" name="buttonBox"> 108 <widget class="QDialogButtonBox" name="buttonBox">

eric ide

mercurial