eric6/QScintilla/GotoDialog.ui

changeset 6942
2602857055c5
parent 5508
30626def80dc
equal deleted inserted replaced
6941:f99d60d6b59b 6942:2602857055c5
1 <ui version="4.0" >
2 <class>GotoDialog</class>
3 <widget class="QDialog" name="GotoDialog" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>206</width>
9 <height>77</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string>Goto</string>
14 </property>
15 <layout class="QVBoxLayout" name="_3" >
16 <item>
17 <layout class="QHBoxLayout" name="_2" >
18 <item>
19 <widget class="QLabel" name="linenumberLabel" >
20 <property name="text" >
21 <string>&amp;Line Number:</string>
22 </property>
23 <property name="buddy" >
24 <cstring>linenumberSpinBox</cstring>
25 </property>
26 </widget>
27 </item>
28 <item>
29 <widget class="QSpinBox" name="linenumberSpinBox" >
30 <property name="sizePolicy" >
31 <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
32 <horstretch>0</horstretch>
33 <verstretch>0</verstretch>
34 </sizepolicy>
35 </property>
36 <property name="toolTip" >
37 <string>Enter linenumber to go to</string>
38 </property>
39 <property name="whatsThis" >
40 <string>&lt;b>Linenumber&lt;/b>
41 &lt;p>Enter the linenumber to go to in this entry field.&lt;/p></string>
42 </property>
43 <property name="alignment" >
44 <set>Qt::AlignRight</set>
45 </property>
46 <property name="minimum" >
47 <number>1</number>
48 </property>
49 <property name="maximum" >
50 <number>99999</number>
51 </property>
52 </widget>
53 </item>
54 </layout>
55 </item>
56 <item>
57 <widget class="QDialogButtonBox" name="buttonBox" >
58 <property name="orientation" >
59 <enum>Qt::Horizontal</enum>
60 </property>
61 <property name="standardButtons" >
62 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
63 </property>
64 </widget>
65 </item>
66 </layout>
67 </widget>
68 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
69 <resources/>
70 <connections>
71 <connection>
72 <sender>buttonBox</sender>
73 <signal>accepted()</signal>
74 <receiver>GotoDialog</receiver>
75 <slot>accept()</slot>
76 <hints>
77 <hint type="sourcelabel" >
78 <x>41</x>
79 <y>48</y>
80 </hint>
81 <hint type="destinationlabel" >
82 <x>41</x>
83 <y>72</y>
84 </hint>
85 </hints>
86 </connection>
87 <connection>
88 <sender>buttonBox</sender>
89 <signal>rejected()</signal>
90 <receiver>GotoDialog</receiver>
91 <slot>reject()</slot>
92 <hints>
93 <hint type="sourcelabel" >
94 <x>154</x>
95 <y>51</y>
96 </hint>
97 <hint type="destinationlabel" >
98 <x>154</x>
99 <y>69</y>
100 </hint>
101 </hints>
102 </connection>
103 </connections>
104 </ui>

eric ide

mercurial