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.
tdeedu/kalzium/src/somwidget.ui

186 lines
6.2 KiB

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>SOMWidget</class>
<widget class="TQWidget">
<property name="name">
<cstring>SOMWidget</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>200</width>
<height>400</height>
</rect>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<spacer row="0" column="0">
<property name="name">
<cstring>spacer3</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Fixed</enum>
</property>
<property name="sizeHint">
<size>
<width>21</width>
<height>10</height>
</size>
</property>
</spacer>
<widget class="TQTextEdit" row="4" column="0">
<property name="name">
<cstring>text</cstring>
</property>
<property name="font">
<font>
<bold>1</bold>
</font>
</property>
<property name="text">
<string>Move the slider
to find out about
the state of matter</string>
</property>
</widget>
<spacer row="3" column="0">
<property name="name">
<cstring>spacer3</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Fixed</enum>
</property>
<property name="sizeHint">
<size>
<width>21</width>
<height>10</height>
</size>
</property>
</spacer>
<widget class="TQLayoutWidget" row="1" column="0">
<property name="name">
<cstring>tqlayout3</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel">
<property name="name">
<cstring>lbl1</cstring>
</property>
<property name="text">
<string>Temperature:</string>
</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>20</width>
<height>21</height>
</size>
</property>
</spacer>
</hbox>
</widget>
<widget class="TQLayoutWidget" row="2" column="0">
<property name="name">
<cstring>tqlayout4</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQSlider">
<property name="name">
<cstring>temp_slider</cstring>
</property>
<property name="minValue">
<number>0</number>
</property>
<property name="maxValue">
<number>5000</number>
</property>
<property name="value">
<number>295</number>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="tickmarks">
<enum>Below</enum>
</property>
<property name="tickInterval">
<number>500</number>
</property>
</widget>
<spacer>
<property name="name">
<cstring>spacer4</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Fixed</enum>
</property>
<property name="sizeHint">
<size>
<width>5</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="KDoubleSpinBox">
<property name="name">
<cstring>Number1</cstring>
</property>
<property name="maxValue">
<number>5000</number>
</property>
<property name="minValue">
<number>0</number>
</property>
<property name="value">
<number>295</number>
</property>
</widget>
<widget class="TQLabel">
<property name="name">
<cstring>lblUnit</cstring>
</property>
<property name="text">
<string></string>
</property>
</widget>
</hbox>
</widget>
</grid>
</widget>
<customwidgets>
</customwidgets>
<connections>
</connections>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>knuminput.h</includehint>
</includehints>
</UI>