diff options
Diffstat (limited to 'chalk/ui/kis_matrix_widget.ui')
-rw-r--r-- | chalk/ui/kis_matrix_widget.ui | 210 |
1 files changed, 210 insertions, 0 deletions
diff --git a/chalk/ui/kis_matrix_widget.ui b/chalk/ui/kis_matrix_widget.ui new file mode 100644 index 00000000..b989df12 --- /dev/null +++ b/chalk/ui/kis_matrix_widget.ui @@ -0,0 +1,210 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>KisMatrixWidget</class> +<widget class="TQWidget"> + <property name="name"> + <cstring>KisMatrixWidget</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>191</width> + <height>115</height> + </rect> + </property> + <property name="caption"> + <string>Matrix Widget</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQSpinBox" row="0" column="0"> + <property name="name"> + <cstring>m11</cstring> + </property> + <property name="minValue"> + <number>-99</number> + </property> + </widget> + <widget class="TQSpinBox" row="0" column="2"> + <property name="name"> + <cstring>m13</cstring> + </property> + <property name="minValue"> + <number>-99</number> + </property> + </widget> + <widget class="TQSpinBox" row="0" column="1"> + <property name="name"> + <cstring>m12</cstring> + </property> + <property name="minValue"> + <number>-99</number> + </property> + </widget> + <widget class="TQSpinBox" row="1" column="2"> + <property name="name"> + <cstring>m23</cstring> + </property> + <property name="minValue"> + <number>-99</number> + </property> + </widget> + <widget class="TQSpinBox" row="1" column="0"> + <property name="name"> + <cstring>m21</cstring> + </property> + <property name="minValue"> + <number>-99</number> + </property> + </widget> + <widget class="TQSpinBox" row="1" column="1"> + <property name="name"> + <cstring>m22</cstring> + </property> + <property name="minValue"> + <number>-99</number> + </property> + <property name="value"> + <number>1</number> + </property> + </widget> + <widget class="TQSpinBox" row="2" column="0"> + <property name="name"> + <cstring>m31</cstring> + </property> + <property name="minValue"> + <number>-99</number> + </property> + </widget> + <widget class="TQSpinBox" row="2" column="1"> + <property name="name"> + <cstring>m32</cstring> + </property> + <property name="minValue"> + <number>-99</number> + </property> + </widget> + <widget class="TQSpinBox" row="2" column="2"> + <property name="name"> + <cstring>m33</cstring> + </property> + <property name="minValue"> + <number>-99</number> + </property> + </widget> + <spacer row="3" column="1"> + <property name="name"> + <cstring>spacer4</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="tqsizeHint"> + <size> + <width>20</width> + <height>41</height> + </size> + </property> + </spacer> + <spacer row="1" column="3"> + <property name="name"> + <cstring>spacer5</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="tqsizeHint"> + <size> + <width>21</width> + <height>20</height> + </size> + </property> + </spacer> + </grid> +</widget> +<connections> + <connection> + <sender>m11</sender> + <signal>valueChanged(int)</signal> + <receiver>KisMatrixWidget</receiver> + <slot>spinboxValueChanged()</slot> + </connection> + <connection> + <sender>m12</sender> + <signal>valueChanged(int)</signal> + <receiver>KisMatrixWidget</receiver> + <slot>spinboxValueChanged()</slot> + </connection> + <connection> + <sender>m13</sender> + <signal>valueChanged(int)</signal> + <receiver>KisMatrixWidget</receiver> + <slot>spinboxValueChanged()</slot> + </connection> + <connection> + <sender>m21</sender> + <signal>valueChanged(int)</signal> + <receiver>KisMatrixWidget</receiver> + <slot>spinboxValueChanged()</slot> + </connection> + <connection> + <sender>m22</sender> + <signal>valueChanged(int)</signal> + <receiver>KisMatrixWidget</receiver> + <slot>spinboxValueChanged()</slot> + </connection> + <connection> + <sender>m23</sender> + <signal>valueChanged(int)</signal> + <receiver>KisMatrixWidget</receiver> + <slot>spinboxValueChanged()</slot> + </connection> + <connection> + <sender>m31</sender> + <signal>valueChanged(int)</signal> + <receiver>KisMatrixWidget</receiver> + <slot>spinboxValueChanged()</slot> + </connection> + <connection> + <sender>m32</sender> + <signal>valueChanged(int)</signal> + <receiver>KisMatrixWidget</receiver> + <slot>spinboxValueChanged()</slot> + </connection> + <connection> + <sender>m33</sender> + <signal>valueChanged(int)</signal> + <receiver>KisMatrixWidget</receiver> + <slot>spinboxValueChanged()</slot> + </connection> +</connections> +<tabstops> + <tabstop>m11</tabstop> + <tabstop>m12</tabstop> + <tabstop>m13</tabstop> + <tabstop>m21</tabstop> + <tabstop>m22</tabstop> + <tabstop>m23</tabstop> + <tabstop>m31</tabstop> + <tabstop>m32</tabstop> + <tabstop>m33</tabstop> +</tabstops> +<includes> + <include location="local" impldecl="in implementation">kis_matrix_widget.ui.h</include> +</includes> +<Q_SIGNALS> + <signal>valueChanged()</signal> +</Q_SIGNALS> +<Q_SLOTS> + <slot access="private">spinboxValueChanged()</slot> +</Q_SLOTS> +<tqlayoutdefaults spacing="6" margin="11"/> +</UI> |