diff options
Diffstat (limited to 'clients/tde/src/part/fpgaview/layout.ui')
-rw-r--r-- | clients/tde/src/part/fpgaview/layout.ui | 165 |
1 files changed, 163 insertions, 2 deletions
diff --git a/clients/tde/src/part/fpgaview/layout.ui b/clients/tde/src/part/fpgaview/layout.ui index ce29018..a983687 100644 --- a/clients/tde/src/part/fpgaview/layout.ui +++ b/clients/tde/src/part/fpgaview/layout.ui @@ -47,15 +47,175 @@ </property> <widget class="TQGroupBox" row="0" column="0"> <property name="name"> - <cstring>group8Bit</cstring> + <cstring>group8BitInput</cstring> </property> <property name="title"> - <string>8-Bit Input Values</string> + <string></string> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> + <widget class="FPGALed" row="0" column="0"> + <property name="name"> + <cstring>group8BitInputLED7</cstring> + </property> + </widget> + <widget class="FPGALed" row="0" column="1"> + <property name="name"> + <cstring>group8BitInputLED6</cstring> + </property> + </widget> + <widget class="FPGALed" row="0" column="2"> + <property name="name"> + <cstring>group8BitInputLED5</cstring> + </property> + </widget> + <widget class="FPGALed" row="0" column="3"> + <property name="name"> + <cstring>group8BitInputLED4</cstring> + </property> + </widget> + <widget class="FPGALed" row="0" column="4"> + <property name="name"> + <cstring>group8BitInputLED3</cstring> + </property> + </widget> + <widget class="FPGALed" row="0" column="5"> + <property name="name"> + <cstring>group8BitInputLED2</cstring> + </property> + </widget> + <widget class="FPGALed" row="0" column="6"> + <property name="name"> + <cstring>group8BitInputLED1</cstring> + </property> + </widget> + <widget class="FPGALed" row="0" column="7"> + <property name="name"> + <cstring>group8BitInputLED0</cstring> + </property> + </widget> + <widget class="TQLabel" row="0" column="8"> + <property name="name"> + <cstring>group8BitInputValueText</cstring> + </property> + </widget> + </grid> + </widget> + <widget class="TQGroupBox" row="1" column="0"> + <property name="name"> + <cstring>group8BitOutput</cstring> + </property> + <property name="title"> + <string>8-Bit Output Values</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="FPGALed" row="0" column="0"> + <property name="name"> + <cstring>group8BitOutputLED7</cstring> + </property> + </widget> + <widget class="FPGALed" row="0" column="1"> + <property name="name"> + <cstring>group8BitOutputLED6</cstring> + </property> + </widget> + <widget class="FPGALed" row="0" column="2"> + <property name="name"> + <cstring>group8BitOutputLED5</cstring> + </property> + </widget> + <widget class="FPGALed" row="0" column="3"> + <property name="name"> + <cstring>group8BitOutputLED4</cstring> + </property> + </widget> + <widget class="FPGALed" row="0" column="4"> + <property name="name"> + <cstring>group8BitOutputLED3</cstring> + </property> + </widget> + <widget class="FPGALed" row="0" column="5"> + <property name="name"> + <cstring>group8BitOutputLED2</cstring> + </property> + </widget> + <widget class="FPGALed" row="0" column="6"> + <property name="name"> + <cstring>group8BitOutputLED1</cstring> + </property> + </widget> + <widget class="FPGALed" row="0" column="7"> + <property name="name"> + <cstring>group8BitOutputLED0</cstring> + </property> + </widget> + <widget class="TQLabel" row="0" column="8"> + <property name="name"> + <cstring>group8BitOutputValueText</cstring> + </property> + </widget> + </grid> + </widget> + <widget class="TQGroupBox" row="2" column="0"> + <property name="name"> + <cstring>group16BitIO</cstring> + </property> + <property name="title"> + <string>16-Bit I/O</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQLabel" row="0" column="0"> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="text"> + <cstring>Input:</cstring> + </property> + </widget> + <widget class="KIntSpinBox" row="0" column="1"> + <property name="name"> + <cstring>group16BitInputValue</cstring> + </property> + <property name="prefix"> + <cstring>0x</cstring> + </property> + <property name="value"> + <number>0</number> + </property> + <property name="minValue"> + <number>0</number> + </property> + <property name="maxValue"> + <number>65535</number> + </property> + <property name="base"> + <number>16</number> + </property> + </widget> + <widget class="TQLabel" row="0" column="2"> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="text"> + <cstring>Output:</cstring> + </property> + </widget> + <widget class="TQLabel" row="0" column="3"> + <property name="name"> + <cstring>group16BitOutputValue</cstring> + </property> + <property name="text"> + <cstring></cstring> + </property> + </widget> </grid> </widget> </grid> @@ -71,6 +231,7 @@ <includes> <include location="local" impldecl="in implementation">tracewidget.h</include> <include location="local" impldecl="in implementation">floatspinbox.h</include> + <include location="local" impldecl="in implementation">part.h</include> </includes> <layoutdefaults spacing="3" margin="6"/> <layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> |