eric7/HelpViewer/HelpBookmarksImportDialog.ui

branch
eric7
changeset 8902
ba9b8c6e4928
equal deleted inserted replaced
8901:adc47f306e51 8902:ba9b8c6e4928
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>HelpBookmarksImportDialog</class>
4 <widget class="QDialog" name="HelpBookmarksImportDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>500</width>
10 <height>98</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Import Bookmarks</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QGridLayout" name="gridLayout">
20 <item row="0" column="0" colspan="2">
21 <widget class="QCheckBox" name="replaceCheckBox">
22 <property name="toolTip">
23 <string>Select to replace the existing bookmarks</string>
24 </property>
25 <property name="text">
26 <string>Replace Existing Bookmarks</string>
27 </property>
28 </widget>
29 </item>
30 <item row="1" column="0">
31 <widget class="QLabel" name="label">
32 <property name="text">
33 <string>Bookmarks:</string>
34 </property>
35 </widget>
36 </item>
37 <item row="1" column="1">
38 <widget class="EricPathPicker" name="bookmarksPicker" native="true">
39 <property name="sizePolicy">
40 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
41 <horstretch>0</horstretch>
42 <verstretch>0</verstretch>
43 </sizepolicy>
44 </property>
45 <property name="focusPolicy">
46 <enum>Qt::WheelFocus</enum>
47 </property>
48 <property name="toolTip">
49 <string>Enter the path of the bookmarks file</string>
50 </property>
51 </widget>
52 </item>
53 <item row="2" column="0" colspan="2">
54 <widget class="QDialogButtonBox" name="buttonBox">
55 <property name="orientation">
56 <enum>Qt::Horizontal</enum>
57 </property>
58 <property name="standardButtons">
59 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
60 </property>
61 </widget>
62 </item>
63 </layout>
64 </widget>
65 <customwidgets>
66 <customwidget>
67 <class>EricPathPicker</class>
68 <extends>QWidget</extends>
69 <header>EricWidgets/EricPathPicker.h</header>
70 <container>1</container>
71 </customwidget>
72 </customwidgets>
73 <resources/>
74 <connections>
75 <connection>
76 <sender>buttonBox</sender>
77 <signal>accepted()</signal>
78 <receiver>HelpBookmarksImportDialog</receiver>
79 <slot>accept()</slot>
80 <hints>
81 <hint type="sourcelabel">
82 <x>248</x>
83 <y>254</y>
84 </hint>
85 <hint type="destinationlabel">
86 <x>157</x>
87 <y>274</y>
88 </hint>
89 </hints>
90 </connection>
91 <connection>
92 <sender>buttonBox</sender>
93 <signal>rejected()</signal>
94 <receiver>HelpBookmarksImportDialog</receiver>
95 <slot>reject()</slot>
96 <hints>
97 <hint type="sourcelabel">
98 <x>316</x>
99 <y>260</y>
100 </hint>
101 <hint type="destinationlabel">
102 <x>286</x>
103 <y>274</y>
104 </hint>
105 </hints>
106 </connection>
107 </connections>
108 </ui>

eric ide

mercurial