diff options
Diffstat (limited to 'kandy/src/cmdpropertiesdialog_base.ui')
-rw-r--r-- | kandy/src/cmdpropertiesdialog_base.ui | 172 |
1 files changed, 172 insertions, 0 deletions
diff --git a/kandy/src/cmdpropertiesdialog_base.ui b/kandy/src/cmdpropertiesdialog_base.ui new file mode 100644 index 000000000..092074c6e --- /dev/null +++ b/kandy/src/cmdpropertiesdialog_base.ui @@ -0,0 +1,172 @@ +<!DOCTYPE UI><UI version="3.1" stdsetdef="1"> +<class>CmdPropertiesDialog_base</class> +<widget class="QDialog"> + <property name="name"> + <cstring>CmdPropertiesDialog_base</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>323</width> + <height>281</height> + </rect> + </property> + <property name="caption"> + <string>Command Properties</string> + </property> + <property name="sizeGripEnabled"> + <bool>true</bool> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>11</number> + </property> + <property name="spacing"> + <number>6</number> + </property> + <widget class="QLineEdit" row="0" column="1" rowspan="1" colspan="3"> + <property name="name"> + <cstring>mNameEdit</cstring> + </property> + </widget> + <widget class="QLineEdit" row="1" column="1" rowspan="1" colspan="3"> + <property name="name"> + <cstring>mStringEdit</cstring> + </property> + </widget> + <widget class="QLabel" row="0" column="0"> + <property name="name"> + <cstring>TextLabel1</cstring> + </property> + <property name="text"> + <string>Name:</string> + </property> + </widget> + <widget class="QLabel" row="1" column="0"> + <property name="name"> + <cstring>TextLabel2</cstring> + </property> + <property name="text"> + <string>String:</string> + </property> + </widget> + <widget class="QCheckBox" row="3" column="0" rowspan="1" colspan="4"> + <property name="name"> + <cstring>mHexCheck</cstring> + </property> + <property name="text"> + <string>Hex result</string> + </property> + </widget> + <widget class="QListView" row="2" column="0" rowspan="1" colspan="4"> + <column> + <property name="text"> + <string>Position</string> + </property> + <property name="clickable"> + <bool>true</bool> + </property> + <property name="resizable"> + <bool>true</bool> + </property> + </column> + <column> + <property name="text"> + <string>Parameter</string> + </property> + <property name="clickable"> + <bool>true</bool> + </property> + <property name="resizable"> + <bool>true</bool> + </property> + </column> + <column> + <property name="text"> + <string>Value</string> + </property> + <property name="clickable"> + <bool>true</bool> + </property> + <property name="resizable"> + <bool>true</bool> + </property> + </column> + <property name="name"> + <cstring>mParameterList</cstring> + </property> + </widget> + <spacer row="4" column="0" rowspan="1" colspan="2"> + <property name="name"> + <cstring>Horizontal Spacing2</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>79</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="QPushButton" row="4" column="2"> + <property name="name"> + <cstring>buttonOk</cstring> + </property> + <property name="text"> + <string>&OK</string> + </property> + <property name="autoDefault"> + <bool>true</bool> + </property> + <property name="default"> + <bool>true</bool> + </property> + </widget> + <widget class="QPushButton" row="4" column="3"> + <property name="name"> + <cstring>buttonCancel</cstring> + </property> + <property name="text"> + <string>&Cancel</string> + </property> + <property name="autoDefault"> + <bool>true</bool> + </property> + </widget> + </grid> +</widget> +<connections> + <connection> + <sender>mParameterList</sender> + <signal>rightButtonClicked(QListViewItem*,const QPoint&,int)</signal> + <receiver>CmdPropertiesDialog_base</receiver> + <slot>editParameterName(QListViewItem*)</slot> + </connection> + <connection> + <sender>buttonOk</sender> + <signal>clicked()</signal> + <receiver>CmdPropertiesDialog_base</receiver> + <slot>slotAccept()</slot> + </connection> + <connection> + <sender>buttonCancel</sender> + <signal>clicked()</signal> + <receiver>CmdPropertiesDialog_base</receiver> + <slot>reject()</slot> + </connection> +</connections> +<slots> + <slot>editParameterName(QListViewItem *)</slot> + <slot access="protected">slotAccept()</slot> +</slots> +<layoutdefaults spacing="6" margin="11"/> +</UI> |