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/embedding/simple-embed/embedview.ui

180 lines
6.2 KiB

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>EmbedView</class>
<widget class="TQWidget">
<property name="name">
<cstring>Form1</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>600</width>
<height>480</height>
</rect>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout1</cstring>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel" row="2" column="0">
<property name="name">
<cstring>textLabel3</cstring>
</property>
<property name="text">
<string>Title:</string>
</property>
</widget>
<widget class="KLineEdit" row="1" column="1">
<property name="name">
<cstring>m_dept</cstring>
</property>
</widget>
<widget class="KLineEdit" row="0" column="1">
<property name="name">
<cstring>m_name</cstring>
</property>
</widget>
<widget class="TQLabel" row="1" column="0">
<property name="name">
<cstring>textLabel2</cstring>
</property>
<property name="text">
<string>Department:</string>
</property>
</widget>
<widget class="TQLabel" row="0" column="0">
<property name="name">
<cstring>textLabel1</cstring>
</property>
<property name="text">
<string>Name:</string>
</property>
</widget>
<widget class="KLineEdit" row="2" column="1">
<property name="name">
<cstring>m_title</cstring>
</property>
</widget>
</grid>
</widget>
<widget class="TQGroupBox">
<property name="name">
<cstring>m_customOptions</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>5</vsizetype>
<horstretch>1</horstretch>
<verstretch>1</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>Custom Options</string>
</property>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout3</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="KPushButton">
<property name="name">
<cstring>m_console</cstring>
</property>
<property name="text">
<string>Console</string>
</property>
<property name="accel">
<string></string>
</property>
<property name="stdItem" stdset="0">
<number>0</number>
</property>
</widget>
<spacer>
<property name="name">
<cstring>spacer1</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>280</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="KPushButton">
<property name="name">
<cstring>m_ok</cstring>
</property>
<property name="text">
<string>&amp;OK</string>
</property>
<property name="stdItem" stdset="0">
<number>1</number>
</property>
</widget>
<widget class="KPushButton">
<property name="name">
<cstring>m_cancel</cstring>
</property>
<property name="text">
<string>&amp;Cancel</string>
</property>
<property name="stdItem" stdset="0">
<number>2</number>
</property>
</widget>
</hbox>
</widget>
</vbox>
</widget>
<connections>
<connection>
<sender>m_ok</sender>
<signal>clicked()</signal>
<receiver>Form1</receiver>
<slot>okClicked()</slot>
</connection>
<connection>
<sender>m_cancel</sender>
<signal>clicked()</signal>
<receiver>Form1</receiver>
<slot>cancelClicked()</slot>
</connection>
<connection>
<sender>m_console</sender>
<signal>clicked()</signal>
<receiver>Form1</receiver>
<slot>consoleClicked()</slot>
</connection>
</connections>
<slots>
<slot>okClicked()</slot>
<slot>cancelClicked()</slot>
<slot>consoleClicked()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">klineedit.h</include>
<include location="global" impldecl="in implementation">kpushbutton.h</include>
</includes>
</UI>