Warning, /education/marble/src/plugins/render/elevationprofilefloatitem/ElevationProfileConfigWidget.ui is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?> 0002 <ui version="4.0"> 0003 <class>ElevationProfileConfigWidget</class> 0004 <widget class="QDialog" name="ElevationProfileConfigWidget"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>328</width> 0010 <height>267</height> 0011 </rect> 0012 </property> 0013 <property name="windowTitle"> 0014 <string>Configure Elevation Profile Plugin</string> 0015 </property> 0016 <layout class="QVBoxLayout" name="verticalLayout"> 0017 <item> 0018 <widget class="QCheckBox" name="m_zoomToViewportCheckBox"> 0019 <property name="text"> 0020 <string>Zoom to viewport</string> 0021 </property> 0022 <property name="checked"> 0023 <bool>false</bool> 0024 </property> 0025 </widget> 0026 </item> 0027 <item> 0028 <spacer name="verticalSpacer"> 0029 <property name="orientation"> 0030 <enum>Qt::Vertical</enum> 0031 </property> 0032 <property name="sizeHint" stdset="0"> 0033 <size> 0034 <width>20</width> 0035 <height>164</height> 0036 </size> 0037 </property> 0038 </spacer> 0039 </item> 0040 <item> 0041 <widget class="QDialogButtonBox" name="m_buttonBox"> 0042 <property name="orientation"> 0043 <enum>Qt::Horizontal</enum> 0044 </property> 0045 <property name="standardButtons"> 0046 <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> 0047 </property> 0048 </widget> 0049 </item> 0050 </layout> 0051 </widget> 0052 <resources/> 0053 <connections> 0054 <connection> 0055 <sender>m_buttonBox</sender> 0056 <signal>accepted()</signal> 0057 <receiver>ElevationProfileConfigWidget</receiver> 0058 <slot>accept()</slot> 0059 <hints> 0060 <hint type="sourcelabel"> 0061 <x>248</x> 0062 <y>254</y> 0063 </hint> 0064 <hint type="destinationlabel"> 0065 <x>157</x> 0066 <y>274</y> 0067 </hint> 0068 </hints> 0069 </connection> 0070 <connection> 0071 <sender>m_buttonBox</sender> 0072 <signal>rejected()</signal> 0073 <receiver>ElevationProfileConfigWidget</receiver> 0074 <slot>reject()</slot> 0075 <hints> 0076 <hint type="sourcelabel"> 0077 <x>316</x> 0078 <y>260</y> 0079 </hint> 0080 <hint type="destinationlabel"> 0081 <x>286</x> 0082 <y>274</y> 0083 </hint> 0084 </hints> 0085 </connection> 0086 </connections> 0087 </ui>