diff options
author | Michele Calgaro <[email protected]> | 2023-07-13 21:45:56 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-14 09:58:29 +0900 |
commit | 60598ea23e9fec7b4320985aad848c5ffee033c2 (patch) | |
tree | 169801c444ffe73c517d5b1cdc62a39efb8c7392 /languages/cpp/ccconfigwidgetbase.ui | |
parent | b8cc513c5e875739c6790da651f6a3f47ed8f657 (diff) | |
download | tdevelop-60598ea23e9fec7b4320985aad848c5ffee033c2.tar.gz tdevelop-60598ea23e9fec7b4320985aad848c5ffee033c2.zip |
Removed Qt4 specific code and template files
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'languages/cpp/ccconfigwidgetbase.ui')
-rw-r--r-- | languages/cpp/ccconfigwidgetbase.ui | 92 |
1 files changed, 1 insertions, 91 deletions
diff --git a/languages/cpp/ccconfigwidgetbase.ui b/languages/cpp/ccconfigwidgetbase.ui index 060cf300..398e785b 100644 --- a/languages/cpp/ccconfigwidgetbase.ui +++ b/languages/cpp/ccconfigwidgetbase.ui @@ -925,20 +925,6 @@ This option only applies to QMake projects.</string> <string>Select this if your project is using Qt version 3.x.<br>When this is changed the project needs to be closed and re-opened.</string> </property> </widget> - <widget class="TQRadioButton"> - <property name="name"> - <cstring>m_versionQt4</cstring> - </property> - <property name="text"> - <string>Qt 4</string> - </property> - <property name="toolTip" stdset="0"> - <string>Use Qt version 4 (When this is changed the project needs to be closed and re-opened.)</string> - </property> - <property name="whatsThis" stdset="0"> - <string>Select this if your project is using Qt version 4.x.<br>When this is changed the project needs to be closed and re-opened.</string> - </property> - </widget> <widget class="TQLabel"> <property name="name"> <cstring>textLabel1_5</cstring> @@ -985,7 +971,7 @@ This option only applies to QMake projects.</string> <string>Qt3 Directory:</string> </property> <property name="toolTip" stdset="0"> - <string>This setting is only needed for Qt3 programs, for Qt4 just make sure the QMake Binary is set properly</string> + <string>This setting is only needed for Qt3 programs</string> </property> </widget> <widget class="KURLRequester"> @@ -1063,17 +1049,6 @@ This option only applies to QMake projects.</string> <string>Select this if your project is using include style as known from Qt version 3.x.</string> </property> </widget> - <widget class="TQRadioButton"> - <property name="name"> - <cstring>m_qtStyleVersion4</cstring> - </property> - <property name="text"> - <string>Qt &4 style (#include <QWidget>)</string> - </property> - <property name="whatsThis" stdset="0"> - <string>Select this if your project is using include style as known from Qt version 4.x.</string> - </property> - </widget> </vbox> </widget> <widget class="TQButtonGroup"> @@ -1167,35 +1142,6 @@ This option only applies to QMake projects.</string> </widget> </hbox> </widget> - <widget class="TQLayoutWidget"> - <property name="name"> - <cstring>layout10</cstring> - </property> - <hbox> - <property name="name"> - <cstring>unnamed</cstring> - </property> - <widget class="TQLabel"> - <property name="name"> - <cstring>textLabel1_4</cstring> - </property> - <property name="text"> - <string>Extra Plugin Paths for Qt4 Designer:</string> - </property> - <property name="buddy" stdset="0"> - <cstring>m_designerPrefix</cstring> - </property> - </widget> - <widget class="KPushButton"> - <property name="name"> - <cstring>pluginPaths</cstring> - </property> - <property name="text"> - <string>Change Plugin Paths</string> - </property> - </widget> - </hbox> - </widget> </vbox> </widget> <spacer> @@ -1616,12 +1562,6 @@ you right click on a variable in a header file.</string> <slot>toggleQtVersion(bool)</slot> </connection> <connection> - <sender>m_versionQt4</sender> - <signal>toggled(bool)</signal> - <receiver>CCConfigWidgetBase</receiver> - <slot>toggleQtVersion(bool)</slot> - </connection> - <connection> <sender>m_tqtdesigner</sender> <signal>toggled(bool)</signal> <receiver>m_txtDesigner</receiver> @@ -1658,18 +1598,6 @@ you right click on a variable in a header file.</string> <slot>setDisabled(bool)</slot> </connection> <connection> - <sender>m_versionQt4</sender> - <signal>toggled(bool)</signal> - <receiver>m_qtDir</receiver> - <slot>setDisabled(bool)</slot> - </connection> - <connection> - <sender>m_versionQt4</sender> - <signal>toggled(bool)</signal> - <receiver>m_txtQtDir</receiver> - <slot>setDisabled(bool)</slot> - </connection> - <connection> <sender>m_versionQt3</sender> <signal>toggled(bool)</signal> <receiver>m_txtQtDir</receiver> @@ -1717,24 +1645,6 @@ you right click on a variable in a header file.</string> <receiver>CCConfigWidgetBase</receiver> <slot>isDesignerExecutable(const TQString&)</slot> </connection> - <connection> - <sender>m_versionQt4</sender> - <signal>toggled(bool)</signal> - <receiver>textLabel1_4</receiver> - <slot>setEnabled(bool)</slot> - </connection> - <connection> - <sender>pluginPaths</sender> - <signal>clicked()</signal> - <receiver>CCConfigWidgetBase</receiver> - <slot>openPluginPaths()</slot> - </connection> - <connection> - <sender>m_versionQt4</sender> - <signal>toggled(bool)</signal> - <receiver>pluginPaths</receiver> - <slot>setEnabled(bool)</slot> - </connection> </connections> <tabstops> <tabstop>cpp_options</tabstop> |