diff options
Diffstat (limited to 'src/gui/logicwidget.ui')
-rw-r--r-- | src/gui/logicwidget.ui | 276 |
1 files changed, 276 insertions, 0 deletions
diff --git a/src/gui/logicwidget.ui b/src/gui/logicwidget.ui new file mode 100644 index 0000000..18c1860 --- /dev/null +++ b/src/gui/logicwidget.ui @@ -0,0 +1,276 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>LogicWidget</class> +<widget class="QWidget"> + <property name="name"> + <cstring>LogicWidget</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>338</width> + <height>347</height> + </rect> + </property> + <property name="caption"> + <string>Logic</string> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <widget class="QGroupBox"> + <property name="name"> + <cstring>groupBox3</cstring> + </property> + <property name="title"> + <string>Input</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="KDoubleNumInput" row="0" column="1"> + <property name="name"> + <cstring>kcfg_LogicRisingTrigger</cstring> + </property> + <property name="value"> + <number>0.3</number> + </property> + <property name="minValue"> + <number>0.1</number> + </property> + <property name="maxValue"> + <number>1.5</number> + </property> + <property name="suffix"> + <string> V</string> + </property> + <property name="precision"> + <number>1</number> + </property> + <property name="toolTip" stdset="0"> + <string>Required voltage level before the input will be considered high.</string> + </property> + <property name="whatsThis" stdset="0"> + <string></string> + </property> + </widget> + <widget class="QLabel" row="1" column="0"> + <property name="name"> + <cstring>textLabel2_2</cstring> + </property> + <property name="text"> + <string>Falling Trigger Threshold:</string> + </property> + <property name="toolTip" stdset="0"> + <string>Required voltage level before an input will be considered low.</string> + </property> + </widget> + <widget class="KDoubleNumInput" row="1" column="1"> + <property name="name"> + <cstring>kcfg_LogicFallingTrigger</cstring> + </property> + <property name="value"> + <number>0.2</number> + </property> + <property name="minValue"> + <number>0.1</number> + </property> + <property name="maxValue"> + <number>1.6</number> + </property> + <property name="suffix"> + <string> V</string> + </property> + <property name="precision"> + <number>1</number> + </property> + <property name="toolTip" stdset="0"> + <string>Required voltage level before an input will be considered low.</string> + </property> + <property name="whatsThis" stdset="0"> + <string></string> + </property> + </widget> + <widget class="QLabel" row="0" column="0"> + <property name="name"> + <cstring>textLabel1</cstring> + </property> + <property name="text"> + <string>Rising Trigger Threshold:</string> + </property> + <property name="toolTip" stdset="0"> + <string>Required voltage level before the input will be considered high.</string> + </property> + </widget> + </grid> + </widget> + <widget class="QGroupBox"> + <property name="name"> + <cstring>groupBox4</cstring> + </property> + <property name="title"> + <string>Output</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel" row="0" column="0"> + <property name="name"> + <cstring>textLabel2</cstring> + </property> + <property name="text"> + <string>Output High:</string> + </property> + <property name="toolTip" stdset="0"> + <string>Voltage level for high on logic components.</string> + </property> + </widget> + <widget class="KDoubleNumInput" row="0" column="1"> + <property name="name"> + <cstring>kcfg_LogicOutputHigh</cstring> + </property> + <property name="value"> + <number>0.5</number> + </property> + <property name="minValue"> + <number>0.1</number> + </property> + <property name="maxValue"> + <number>1.6</number> + </property> + <property name="suffix"> + <string> V</string> + </property> + <property name="precision"> + <number>1</number> + </property> + <property name="toolTip" stdset="0"> + <string>Voltage level for high on logic components.</string> + </property> + <property name="whatsThis" stdset="0"> + <string></string> + </property> + </widget> + <widget class="QLabel" row="1" column="0"> + <property name="name"> + <cstring>textLabel4</cstring> + </property> + <property name="text"> + <string>High Output Impedance:</string> + </property> + <property name="toolTip" stdset="0"> + <string>This is the output impedance when the output is high.</string> + </property> + </widget> + <widget class="QLabel" row="2" column="0"> + <property name="name"> + <cstring>textLabel1_2</cstring> + </property> + <property name="text"> + <string>Low Output Impedance:</string> + </property> + <property name="toolTip" stdset="0"> + <string>This is the output impedance when the output is low.</string> + </property> + </widget> + <widget class="KIntSpinBox" row="1" column="1"> + <property name="name"> + <cstring>kcfg_LogicOutputHighImpedance</cstring> + </property> + <property name="suffix"> + <string></string> + </property> + <property name="maxValue"> + <number>1000000000</number> + </property> + <property name="minValue"> + <number>1</number> + </property> + <property name="value"> + <number>15</number> + </property> + <property name="toolTip" stdset="0"> + <string>This is the output impedance when the output is high.</string> + </property> + <property name="whatsThis" stdset="0"> + <string></string> + </property> + </widget> + <widget class="KIntSpinBox" row="2" column="1"> + <property name="name"> + <cstring>kcfg_LogicOutputLowImpedance</cstring> + </property> + <property name="suffix"> + <string></string> + </property> + <property name="specialValueText"> + <string>Floating</string> + </property> + <property name="maxValue"> + <number>1000000000</number> + </property> + <property name="minValue"> + <number>0</number> + </property> + <property name="value"> + <number>0</number> + </property> + <property name="toolTip" stdset="0"> + <string>This is the output impedance when the output is low.</string> + </property> + <property name="whatsThis" stdset="0"> + <string></string> + </property> + </widget> + </grid> + </widget> + <widget class="QLabel"> + <property name="name"> + <cstring>textLabel2_3</cstring> + </property> + <property name="text"> + <string>Here, you can configure the behaviour of logic components. + +These values will apply to all components, apart from the PIC, whose pins' impedances depend on the pin in use.</string> + </property> + <property name="alignment"> + <set>WordBreak|AlignVCenter</set> + </property> + </widget> + <spacer> + <property name="name"> + <cstring>spacer10</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>16</height> + </size> + </property> + </spacer> + </vbox> +</widget> +<layoutdefaults spacing="6" margin="11"/> +<includehints> + <includehint>knuminput.h</includehint> + <includehint>knuminput.h</includehint> + <includehint>knuminput.h</includehint> + <includehint>knuminput.h</includehint> + <includehint>knuminput.h</includehint> + <includehint>knuminput.h</includehint> + <includehint>knuminput.h</includehint> + <includehint>knuminput.h</includehint> +</includehints> +</UI> |