Wed, 13 Jul 2022 15:34:50 +0200
Revisions <no_multi_processing, Variables Viewer, with_python2> closed.
<ui version="4.0" > <class>GotoDialog</class> <widget class="QDialog" name="GotoDialog" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>206</width> <height>77</height> </rect> </property> <property name="windowTitle" > <string>Goto</string> </property> <layout class="QVBoxLayout" name="_3" > <item> <layout class="QHBoxLayout" name="_2" > <item> <widget class="QLabel" name="linenumberLabel" > <property name="text" > <string>&Line Number:</string> </property> <property name="buddy" > <cstring>linenumberSpinBox</cstring> </property> </widget> </item> <item> <widget class="QSpinBox" name="linenumberSpinBox" > <property name="sizePolicy" > <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" > <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="toolTip" > <string>Enter linenumber to go to</string> </property> <property name="whatsThis" > <string><b>Linenumber</b> <p>Enter the linenumber to go to in this entry field.</p></string> </property> <property name="alignment" > <set>Qt::AlignRight</set> </property> <property name="minimum" > <number>1</number> </property> <property name="maximum" > <number>99999</number> </property> </widget> </item> </layout> </item> <item> <widget class="QDialogButtonBox" name="buttonBox" > <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="standardButtons" > <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>GotoDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel" > <x>41</x> <y>48</y> </hint> <hint type="destinationlabel" > <x>41</x> <y>72</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>GotoDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel" > <x>154</x> <y>51</y> </hint> <hint type="destinationlabel" > <x>154</x> <y>69</y> </hint> </hints> </connection> </connections> </ui>