Warning, /sdk/ktechlab/src/gui/newpinmappingwidget.ui is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?> 0002 <ui version="4.0" stdsetdef="1"> 0003 <author></author> 0004 <comment></comment> 0005 <exportmacro></exportmacro> 0006 <class>NewPinMappingWidget</class> 0007 <widget class="QWidget" name="NewPinMappingWidget"> 0008 <property name="geometry"> 0009 <rect> 0010 <x>0</x> 0011 <y>0</y> 0012 <width>350</width> 0013 <height>80</height> 0014 </rect> 0015 </property> 0016 <layout class="QGridLayout"> 0017 <property name="margin"> 0018 <number>0</number> 0019 </property> 0020 <item row="2" column="0"> 0021 <widget class="QLabel" name="textLabel2"> 0022 <property name="text"> 0023 <string>Type:</string> 0024 </property> 0025 <property name="wordWrap"> 0026 <bool>false</bool> 0027 </property> 0028 </widget> 0029 </item> 0030 <item row="1" column="0"> 0031 <widget class="QLabel" name="textLabel1"> 0032 <property name="text"> 0033 <string>Name:</string> 0034 </property> 0035 <property name="wordWrap"> 0036 <bool>false</bool> 0037 </property> 0038 </widget> 0039 </item> 0040 <item row="0" column="0" rowspan="1" colspan="2"> 0041 <widget class="QLabel" name="textLabel3"> 0042 <property name="font"> 0043 <font> 0044 <bold>true</bold> 0045 </font> 0046 </property> 0047 <property name="text"> 0048 <string>New Pin Mapping</string> 0049 </property> 0050 <property name="textFormat"> 0051 <enum>Qt::PlainText</enum> 0052 </property> 0053 <property name="wordWrap"> 0054 <bool>false</bool> 0055 </property> 0056 </widget> 0057 </item> 0058 <item row="3" column="1"> 0059 <spacer name="spacer6"> 0060 <property name="sizeHint"> 0061 <size> 0062 <width>20</width> 0063 <height>21</height> 0064 </size> 0065 </property> 0066 <property name="sizeType"> 0067 <enum>QSizePolicy::Expanding</enum> 0068 </property> 0069 <property name="orientation"> 0070 <enum>Qt::Vertical</enum> 0071 </property> 0072 </spacer> 0073 </item> 0074 <item row="1" column="1"> 0075 <widget class="KLineEdit" name="nameEdit"> 0076 <property name="sizePolicy"> 0077 <sizepolicy> 0078 <hsizetype>3</hsizetype> 0079 <vsizetype>0</vsizetype> 0080 <horstretch>0</horstretch> 0081 <verstretch>0</verstretch> 0082 </sizepolicy> 0083 </property> 0084 <property name="minimumSize"> 0085 <size> 0086 <width>300</width> 0087 <height>0</height> 0088 </size> 0089 </property> 0090 <property name="toolTip" stdset="0"> 0091 <string>The variable name of the pin mapping - this must be a valid Microbe variable name.</string> 0092 </property> 0093 </widget> 0094 </item> 0095 <item row="2" column="1"> 0096 <widget class="QComboBox" name="typeCombo"> 0097 <property name="minimumSize"> 0098 <size> 0099 <width>200</width> 0100 <height>0</height> 0101 </size> 0102 </property> 0103 <item> 0104 <property name="text"> 0105 <string>Seven Segment</string> 0106 </property> 0107 </item> 0108 <item> 0109 <property name="text"> 0110 <string>Keypad (4x3)</string> 0111 </property> 0112 </item> 0113 <item> 0114 <property name="text"> 0115 <string>Keypad (4x4)</string> 0116 </property> 0117 </item> 0118 </widget> 0119 </item> 0120 </layout> 0121 </widget> 0122 <customwidgets> 0123 <customwidget> 0124 <class>KLineEdit</class> 0125 <extends>QLineEdit</extends> 0126 <header>klineedit.h</header> 0127 </customwidget> 0128 </customwidgets> 0129 </ui>