diff options
Diffstat (limited to 'src/gui/newfilewidget.ui')
-rw-r--r-- | src/gui/newfilewidget.ui | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/gui/newfilewidget.ui b/src/gui/newfilewidget.ui index 0e02524..4925106 100644 --- a/src/gui/newfilewidget.ui +++ b/src/gui/newfilewidget.ui @@ -1,6 +1,6 @@ <!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>NewFileWidget</class> -<widget class="QWidget"> +<widget class="TQWidget"> <property name="name"> <cstring>NewFileWidget</cstring> </property> @@ -31,7 +31,7 @@ Creates a new circuit, with drag and drop editor. Real time simulation of the ci <property name="margin"> <number>0</number> </property> - <widget class="QLabel" row="0" column="0" rowspan="1" colspan="2"> + <widget class="TQLabel" row="0" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>textLabel1</cstring> </property> @@ -52,14 +52,14 @@ Creates a new circuit, with drag and drop editor. Real time simulation of the ci <string>New File Details</string> </property> </widget> - <widget class="QLabel" row="1" column="0"> + <widget class="TQLabel" row="1" column="0"> <property name="name"> <cstring>textLabel1_2_2</cstring> </property> <property name="text"> <string>File Type:</string> </property> - <property name="alignment"> + <property name="tqalignment"> <set>AlignVCenter</set> </property> </widget> @@ -75,7 +75,7 @@ Creates a new circuit, with drag and drop editor. Real time simulation of the ci <verstretch>0</verstretch> </sizepolicy> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>500</width> <height>150</height> @@ -94,7 +94,7 @@ Creates a new circuit, with drag and drop editor. Real time simulation of the ci <bool>false</bool> </property> </widget> - <widget class="QCheckBox" row="3" column="1"> + <widget class="TQCheckBox" row="3" column="1"> <property name="name"> <cstring>addToProjectCheck</cstring> </property> @@ -128,13 +128,13 @@ Creates a new circuit, with drag and drop editor. Real time simulation of the ci <verstretch>0</verstretch> </sizepolicy> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>0</height> </size> </property> - <property name="maximumSize"> + <property name="tqmaximumSize"> <size> <width>32767</width> <height>32767</height> @@ -151,7 +151,7 @@ Creates a new circuit, with drag and drop editor. Real time simulation of the ci <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>20</width> <height>0</height> @@ -187,7 +187,7 @@ Creates a new circuit, with drag and drop editor. Real time simulation of the ci <tabstop>typeIconView</tabstop> <tabstop>addToProjectCheck</tabstop> </tabstops> -<layoutdefaults spacing="6" margin="11"/> +<tqlayoutdefaults spacing="6" margin="11"/> <includehints> <includehint>kiconview.h</includehint> <includehint>microselectwidget.h</includehint> |