Warning, /utilities/krename/src/scriptplugindialog.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>ScriptPluginDialog</class> 0004 <widget class="QDialog" name="ScriptPluginDialog"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>253</width> 0010 <height>151</height> 0011 </rect> 0012 </property> 0013 <property name="sizePolicy"> 0014 <sizepolicy hsizetype="Maximum" vsizetype="Maximum"> 0015 <horstretch>0</horstretch> 0016 <verstretch>0</verstretch> 0017 </sizepolicy> 0018 </property> 0019 <property name="windowTitle"> 0020 <string>Create Variable</string> 0021 </property> 0022 <layout class="QVBoxLayout" name="verticalLayout"> 0023 <item> 0024 <layout class="QGridLayout" name="gridLayout"> 0025 <item row="0" column="0"> 0026 <widget class="QLabel" name="label"> 0027 <property name="text"> 0028 <string>&Name:</string> 0029 </property> 0030 <property name="buddy"> 0031 <cstring>lineName</cstring> 0032 </property> 0033 </widget> 0034 </item> 0035 <item row="0" column="1"> 0036 <widget class="QLineEdit" name="lineName"/> 0037 </item> 0038 <item row="1" column="0"> 0039 <widget class="QLabel" name="label_2"> 0040 <property name="text"> 0041 <string>&Initial Value:</string> 0042 </property> 0043 <property name="buddy"> 0044 <cstring>lineValue</cstring> 0045 </property> 0046 </widget> 0047 </item> 0048 <item row="1" column="1"> 0049 <widget class="QLineEdit" name="lineValue"/> 0050 </item> 0051 <item row="2" column="0"> 0052 <widget class="QLabel" name="label_3"> 0053 <property name="text"> 0054 <string>&Type:</string> 0055 </property> 0056 <property name="buddy"> 0057 <cstring>comboType</cstring> 0058 </property> 0059 </widget> 0060 </item> 0061 <item row="2" column="1"> 0062 <widget class="QComboBox" name="comboType"> 0063 <property name="editable"> 0064 <bool>false</bool> 0065 </property> 0066 </widget> 0067 </item> 0068 </layout> 0069 </item> 0070 <item> 0071 <widget class="QDialogButtonBox" name="buttonBox"> 0072 <property name="orientation"> 0073 <enum>Qt::Horizontal</enum> 0074 </property> 0075 <property name="standardButtons"> 0076 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> 0077 </property> 0078 </widget> 0079 </item> 0080 </layout> 0081 </widget> 0082 <resources/> 0083 <connections> 0084 <connection> 0085 <sender>buttonBox</sender> 0086 <signal>accepted()</signal> 0087 <receiver>ScriptPluginDialog</receiver> 0088 <slot>accept()</slot> 0089 <hints> 0090 <hint type="sourcelabel"> 0091 <x>248</x> 0092 <y>254</y> 0093 </hint> 0094 <hint type="destinationlabel"> 0095 <x>157</x> 0096 <y>274</y> 0097 </hint> 0098 </hints> 0099 </connection> 0100 <connection> 0101 <sender>buttonBox</sender> 0102 <signal>rejected()</signal> 0103 <receiver>ScriptPluginDialog</receiver> 0104 <slot>reject()</slot> 0105 <hints> 0106 <hint type="sourcelabel"> 0107 <x>316</x> 0108 <y>260</y> 0109 </hint> 0110 <hint type="destinationlabel"> 0111 <x>286</x> 0112 <y>274</y> 0113 </hint> 0114 </hints> 0115 </connection> 0116 </connections> 0117 </ui>