You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebindings/kjsembed/docs/examples/connect/connect.ui

161 lines
5.3 KiB

<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
<class>demo</class>
<widget class="TQWidget">
<property name="name">
<cstring>demo</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>434</width>
<height>348</height>
</rect>
</property>
<property name="caption">
<string>Connect Demo</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="KLineEdit" row="3" column="1">
<property name="name">
<cstring>s</cstring>
</property>
</widget>
<widget class="TQLabel" row="0" column="2">
<property name="name">
<cstring>textLabel2_2</cstring>
</property>
<property name="paletteBackgroundColor">
<color>
<red>160</red>
<green>239</green>
<blue>139</blue>
</color>
</property>
<property name="frameShape">
<enum>Box</enum>
</property>
<property name="text">
<string>Slot Output</string>
</property>
<property name="alignment">
<set>AlignCenter</set>
</property>
</widget>
<widget class="KDoubleNumInput" row="5" column="1">
<property name="name">
<cstring>d</cstring>
</property>
</widget>
<widget class="TQSpinBox" row="4" column="1">
<property name="name">
<cstring>i</cstring>
</property>
</widget>
<widget class="TQLabel" row="0" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>textLabel1_2</cstring>
</property>
<property name="paletteBackgroundColor">
<color>
<red>160</red>
<green>239</green>
<blue>139</blue>
</color>
</property>
<property name="frameShape">
<enum>Box</enum>
</property>
<property name="frameShadow">
<enum>Plain</enum>
</property>
<property name="text">
<string>Signal Source</string>
</property>
<property name="alignment">
<set>AlignCenter</set>
</property>
</widget>
<widget class="TQCheckBox" row="2" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>b</cstring>
</property>
<property name="text">
<string>Bool</string>
</property>
</widget>
<widget class="TQPushButton" row="1" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>v</cstring>
</property>
<property name="text">
<string>Void</string>
</property>
</widget>
<widget class="TQLabel" row="5" column="0">
<property name="name">
<cstring>textLabel3</cstring>
</property>
<property name="text">
<string>Double:</string>
</property>
</widget>
<widget class="TQLabel" row="4" column="0">
<property name="name">
<cstring>textLabel2</cstring>
</property>
<property name="text">
<string>Int:</string>
</property>
</widget>
<widget class="TQLabel" row="3" column="0">
<property name="name">
<cstring>textLabel1</cstring>
</property>
<property name="text">
<string>String:</string>
</property>
</widget>
<widget class="KTextBrowser" row="1" column="2" rowspan="6" colspan="1">
<property name="name">
<cstring>output</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>7</hsizetype>
<vsizetype>7</vsizetype>
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
<spacer row="6" column="1">
<property name="name">
<cstring>spacer1</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>31</height>
</size>
</property>
</spacer>
</grid>
</widget>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">klineedit.h</include>
<include location="global" impldecl="in implementation">knuminput.h</include>
<include location="global" impldecl="in implementation">ktextbrowser.h</include>
</includes>
</UI>