Warning, /education/kmplot/kmplot/editcoords.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>EditCoords</class> 0004 <widget class="QWidget" name="EditCoords"> 0005 <property name="enabled"> 0006 <bool>true</bool> 0007 </property> 0008 <property name="geometry"> 0009 <rect> 0010 <x>0</x> 0011 <y>0</y> 0012 <width>527</width> 0013 <height>470</height> 0014 </rect> 0015 </property> 0016 <layout class="QVBoxLayout"> 0017 <item> 0018 <widget class="QGroupBox" name="groupBox"> 0019 <property name="title"> 0020 <string>Horizontal axis Range</string> 0021 </property> 0022 <layout class="QGridLayout"> 0023 <property name="margin"> 0024 <number>9</number> 0025 </property> 0026 <property name="spacing"> 0027 <number>6</number> 0028 </property> 0029 <item row="1" column="0"> 0030 <widget class="QLabel" name="textLabel4_2"> 0031 <property name="text"> 0032 <string>Max:</string> 0033 </property> 0034 <property name="alignment"> 0035 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 0036 </property> 0037 <property name="buddy"> 0038 <cstring>kcfg_XMax</cstring> 0039 </property> 0040 </widget> 0041 </item> 0042 <item row="1" column="1"> 0043 <widget class="EquationEdit" name="kcfg_XMax"> 0044 <property name="toolTip"> 0045 <string>Custom boundary of the plot range</string> 0046 </property> 0047 <property name="whatsThis"> 0048 <string>Enter a valid expression, for instance 2*pi or e/2.</string> 0049 </property> 0050 </widget> 0051 </item> 0052 <item row="0" column="1"> 0053 <widget class="EquationEdit" name="kcfg_XMin"> 0054 <property name="toolTip"> 0055 <string>Custom boundary of the plot range</string> 0056 </property> 0057 <property name="whatsThis"> 0058 <string>Enter a valid expression, for instance 2*pi or e/2.</string> 0059 </property> 0060 </widget> 0061 </item> 0062 <item row="0" column="0"> 0063 <widget class="QLabel" name="textLabel4"> 0064 <property name="text"> 0065 <string>Min:</string> 0066 </property> 0067 <property name="alignment"> 0068 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 0069 </property> 0070 <property name="buddy"> 0071 <cstring>kcfg_XMin</cstring> 0072 </property> 0073 </widget> 0074 </item> 0075 </layout> 0076 </widget> 0077 </item> 0078 <item> 0079 <widget class="QGroupBox" name="groupBox_2"> 0080 <property name="title"> 0081 <string>Vertical axis Range</string> 0082 </property> 0083 <layout class="QGridLayout"> 0084 <property name="margin"> 0085 <number>9</number> 0086 </property> 0087 <property name="spacing"> 0088 <number>6</number> 0089 </property> 0090 <item row="1" column="1"> 0091 <widget class="EquationEdit" name="kcfg_YMax"> 0092 <property name="toolTip"> 0093 <string>Custom boundary of the plot range</string> 0094 </property> 0095 <property name="whatsThis"> 0096 <string>Enter a valid expression, for instance 2*pi or e/2.</string> 0097 </property> 0098 </widget> 0099 </item> 0100 <item row="0" column="0"> 0101 <widget class="QLabel" name="textLabel4_4"> 0102 <property name="text"> 0103 <string>Min:</string> 0104 </property> 0105 <property name="alignment"> 0106 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 0107 </property> 0108 <property name="buddy"> 0109 <cstring>kcfg_YMin</cstring> 0110 </property> 0111 </widget> 0112 </item> 0113 <item row="1" column="0"> 0114 <widget class="QLabel" name="textLabel4_3"> 0115 <property name="text"> 0116 <string>Max:</string> 0117 </property> 0118 <property name="alignment"> 0119 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 0120 </property> 0121 <property name="buddy"> 0122 <cstring>kcfg_YMax</cstring> 0123 </property> 0124 </widget> 0125 </item> 0126 <item row="0" column="1"> 0127 <widget class="EquationEdit" name="kcfg_YMin"> 0128 <property name="toolTip"> 0129 <string>Custom boundary of the plot range</string> 0130 </property> 0131 <property name="whatsThis"> 0132 <string>Enter a valid expression, for instance 2*pi or e/2.</string> 0133 </property> 0134 </widget> 0135 </item> 0136 </layout> 0137 </widget> 0138 </item> 0139 <item> 0140 <widget class="QGroupBox" name="kcfg_XScalingMode"> 0141 <property name="title"> 0142 <string>Horizontal axis Grid Spacing</string> 0143 </property> 0144 <layout class="QGridLayout"> 0145 <item row="0" column="0" colspan="2"> 0146 <widget class="QRadioButton" name="radioButton"> 0147 <property name="toolTip"> 0148 <string>Automatic grid spacing is independent of zoom; there will be a fixed number of tics.</string> 0149 </property> 0150 <property name="text"> 0151 <string>Automatic</string> 0152 </property> 0153 <property name="checked"> 0154 <bool>true</bool> 0155 </property> 0156 </widget> 0157 </item> 0158 <item row="1" column="0"> 0159 <widget class="QRadioButton" name="radioButton_2"> 0160 <property name="text"> 0161 <string>Custom:</string> 0162 </property> 0163 </widget> 0164 </item> 0165 <item row="1" column="1"> 0166 <widget class="EquationEdit" name="kcfg_XScaling"> 0167 <property name="enabled"> 0168 <bool>false</bool> 0169 </property> 0170 </widget> 0171 </item> 0172 </layout> 0173 </widget> 0174 </item> 0175 <item> 0176 <widget class="QGroupBox" name="kcfg_YScalingMode"> 0177 <property name="title"> 0178 <string>Vertical axis Grid Spacing</string> 0179 </property> 0180 <layout class="QGridLayout"> 0181 <item row="0" column="0" colspan="2"> 0182 <widget class="QRadioButton" name="radioButton_3"> 0183 <property name="toolTip"> 0184 <string>Automatic grid spacing is independent of zoom; there will be a fixed number of tics.</string> 0185 </property> 0186 <property name="text"> 0187 <string>Automatic</string> 0188 </property> 0189 <property name="checked"> 0190 <bool>true</bool> 0191 </property> 0192 </widget> 0193 </item> 0194 <item row="1" column="0"> 0195 <widget class="QRadioButton" name="radioButton_4"> 0196 <property name="text"> 0197 <string>Custom:</string> 0198 </property> 0199 </widget> 0200 </item> 0201 <item row="1" column="1"> 0202 <widget class="EquationEdit" name="kcfg_YScaling"> 0203 <property name="enabled"> 0204 <bool>false</bool> 0205 </property> 0206 </widget> 0207 </item> 0208 </layout> 0209 </widget> 0210 </item> 0211 <item> 0212 <spacer> 0213 <property name="orientation"> 0214 <enum>Qt::Vertical</enum> 0215 </property> 0216 <property name="sizeHint" stdset="0"> 0217 <size> 0218 <width>509</width> 0219 <height>0</height> 0220 </size> 0221 </property> 0222 </spacer> 0223 </item> 0224 </layout> 0225 </widget> 0226 <customwidgets> 0227 <customwidget> 0228 <class>KLineEdit</class> 0229 <extends>QLineEdit</extends> 0230 <header>klineedit.h</header> 0231 </customwidget> 0232 <customwidget> 0233 <class>EquationEdit</class> 0234 <extends>KLineEdit</extends> 0235 <header>equationedit.h</header> 0236 </customwidget> 0237 </customwidgets> 0238 <tabstops> 0239 <tabstop>kcfg_XMin</tabstop> 0240 <tabstop>kcfg_XMax</tabstop> 0241 <tabstop>kcfg_YMin</tabstop> 0242 <tabstop>kcfg_YMax</tabstop> 0243 <tabstop>radioButton</tabstop> 0244 <tabstop>radioButton_2</tabstop> 0245 <tabstop>kcfg_XScaling</tabstop> 0246 <tabstop>radioButton_3</tabstop> 0247 <tabstop>radioButton_4</tabstop> 0248 <tabstop>kcfg_YScaling</tabstop> 0249 </tabstops> 0250 <resources/> 0251 <connections> 0252 <connection> 0253 <sender>radioButton_2</sender> 0254 <signal>toggled(bool)</signal> 0255 <receiver>kcfg_XScaling</receiver> 0256 <slot>setEnabled(bool)</slot> 0257 <hints> 0258 <hint type="sourcelabel"> 0259 <x>87</x> 0260 <y>241</y> 0261 </hint> 0262 <hint type="destinationlabel"> 0263 <x>164</x> 0264 <y>243</y> 0265 </hint> 0266 </hints> 0267 </connection> 0268 <connection> 0269 <sender>radioButton_4</sender> 0270 <signal>toggled(bool)</signal> 0271 <receiver>kcfg_YScaling</receiver> 0272 <slot>setEnabled(bool)</slot> 0273 <hints> 0274 <hint type="sourcelabel"> 0275 <x>87</x> 0276 <y>322</y> 0277 </hint> 0278 <hint type="destinationlabel"> 0279 <x>177</x> 0280 <y>324</y> 0281 </hint> 0282 </hints> 0283 </connection> 0284 </connections> 0285 </ui>