diff options
Diffstat (limited to 'kdevdesigner/designer/iconvieweditor.ui')
-rw-r--r-- | kdevdesigner/designer/iconvieweditor.ui | 70 |
1 files changed, 35 insertions, 35 deletions
diff --git a/kdevdesigner/designer/iconvieweditor.ui b/kdevdesigner/designer/iconvieweditor.ui index e06367f1..b36341b2 100644 --- a/kdevdesigner/designer/iconvieweditor.ui +++ b/kdevdesigner/designer/iconvieweditor.ui @@ -25,7 +25,7 @@ ** not clear to you. ** *********************************************************************</comment> -<widget class="QDialog"> +<widget class="TQDialog"> <property name="name"> <cstring>IconViewEditorBase</cstring> </property> @@ -56,7 +56,7 @@ <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout6</cstring> </property> @@ -70,7 +70,7 @@ <property name="spacing"> <number>6</number> </property> - <widget class="QIconView"> + <widget class="TQIconView"> <property name="name"> <cstring>preview</cstring> </property> @@ -78,7 +78,7 @@ <string>All items in the iconview.</string> </property> </widget> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout5</cstring> </property> @@ -92,7 +92,7 @@ <property name="spacing"> <number>6</number> </property> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>itemNew</cstring> </property> @@ -106,7 +106,7 @@ <string>Create a new item for the iconview.</string> </property> </widget> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>itemDelete</cstring> </property> @@ -130,7 +130,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>20</width> <height>20</height> @@ -139,7 +139,7 @@ </spacer> </vbox> </widget> - <widget class="QGroupBox"> + <widget class="TQGroupBox"> <property name="name"> <cstring>GroupBox1</cstring> </property> @@ -164,7 +164,7 @@ <property name="spacing"> <number>6</number> </property> - <widget class="QLabel" row="0" column="0"> + <widget class="TQLabel" row="0" column="0"> <property name="name"> <cstring>Label1</cstring> </property> @@ -175,11 +175,11 @@ <cstring>itemText</cstring> </property> </widget> - <widget class="QLineEdit" row="0" column="1"> + <widget class="TQLineEdit" row="0" column="1"> <property name="name"> <cstring>itemText</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>0</height> @@ -192,7 +192,7 @@ <string>Change the text for the selected item.</string> </property> </widget> - <widget class="QLabel" row="1" column="0"> + <widget class="TQLabel" row="1" column="0"> <property name="name"> <cstring>Label2</cstring> </property> @@ -203,7 +203,7 @@ <cstring>itemChoosePixmap</cstring> </property> </widget> - <widget class="QLayoutWidget" row="1" column="1"> + <widget class="TQLayoutWidget" row="1" column="1"> <property name="name"> <cstring>Layout4</cstring> </property> @@ -217,7 +217,7 @@ <property name="spacing"> <number>6</number> </property> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>itemPixmap</cstring> </property> @@ -225,11 +225,11 @@ <string>Label4</string> </property> </widget> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>itemDeletePixmap</cstring> </property> - <property name="maximumSize"> + <property name="tqmaximumSize"> <size> <width>30</width> <height>22</height> @@ -248,11 +248,11 @@ <string>Delete the selected item's pixmap.</string> </property> </widget> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>itemChoosePixmap</cstring> </property> - <property name="maximumSize"> + <property name="tqmaximumSize"> <size> <width>30</width> <height>22</height> @@ -274,7 +274,7 @@ </widget> </hbox> </widget> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout1</cstring> </property> @@ -288,7 +288,7 @@ <property name="spacing"> <number>6</number> </property> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>buttonHelp</cstring> </property> @@ -309,14 +309,14 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>20</width> <height>20</height> </size> </property> </spacer> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>buttonOk</cstring> </property> @@ -333,7 +333,7 @@ <string>Close the dialog and apply all the changes.</string> </property> </widget> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>buttonApply</cstring> </property> @@ -347,7 +347,7 @@ <string>Apply all changes.</string> </property> </widget> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>buttonCancel</cstring> </property> @@ -380,9 +380,9 @@ </connection> <connection> <sender>itemText</sender> - <signal>textChanged( const QString & )</signal> + <signal>textChanged( const TQString & )</signal> <receiver>IconViewEditorBase</receiver> - <slot>currentTextChanged(const QString&)</slot> + <slot>currentTextChanged(const TQString&)</slot> </connection> <connection> <sender>buttonOk</sender> @@ -410,15 +410,15 @@ </connection> <connection> <sender>preview</sender> - <signal>selectionChanged(QIconViewItem*)</signal> + <signal>selectionChanged(TQIconViewItem*)</signal> <receiver>IconViewEditorBase</receiver> - <slot>currentItemChanged(QIconViewItem*)</slot> + <slot>currentItemChanged(TQIconViewItem*)</slot> </connection> <connection> <sender>preview</sender> - <signal>currentChanged(QIconViewItem*)</signal> + <signal>currentChanged(TQIconViewItem*)</signal> <receiver>IconViewEditorBase</receiver> - <slot>currentItemChanged(QIconViewItem*)</slot> + <slot>currentItemChanged(TQIconViewItem*)</slot> </connection> <connection> <sender>itemDeletePixmap</sender> @@ -439,23 +439,23 @@ <tabstop>buttonHelp</tabstop> <tabstop>buttonApply</tabstop> </tabstops> -<slots> +<Q_SLOTS> <slot access="protected">init()</slot> <slot access="protected">destroy()</slot> <slot access="protected">applyClicked()</slot> <slot access="protected">cancelClicked()</slot> <slot access="protected">choosePixmap()</slot> - <slot access="protected">currentItemChanged( QIconViewItem * )</slot> - <slot access="protected">currentTextChanged( const QString & )</slot> + <slot access="protected">currentItemChanged( TQIconViewItem * )</slot> + <slot access="protected">currentTextChanged( const TQString & )</slot> <slot access="protected">deleteCurrentItem()</slot> <slot access="protected">insertNewItem()</slot> <slot access="protected">deletePixmap()</slot> <slot access="protected">okClicked()</slot> -</slots> +</Q_SLOTS> <includes> <include location="local" impldecl="in implementation">myiconloader.h</include> </includes> <pixmapfunction>BarIcon2</pixmapfunction> -<layoutdefaults spacing="6" margin="11"/> +<tqlayoutdefaults spacing="6" margin="11"/> </UI> |