qtcompat.h File Reference
#include <qglobal.h>
Detailed Description
Compatibility fixes to allow Qt3 code to work in Qt4
Define Documentation
| #define Q_ButtonGroup QButtonGroup |
| #define Q_ComboBox QComboBox |
| #define Q_DictIterator QDictIterator |
| #define Q_GroupBox QGroupBox |
| #define Q_List QValueList |
| #define Q_ListBox QListBox |
| #define Q_ListBoxItem QListBoxItem |
| #define Q_ListBoxText QListBoxText |
| #define Q_ListView QListView |
| #define Q_ListViewItem QListViewItem |
| #define Q_ListViewItemIterator QListViewItemIterator |
| #define Q_OUT |
( |
x |
|
) |
(x.utf8()) |
Macro working in QT3 and QT4, allowing to send QString to debugging output
Referenced by util::_recursiveProperty(), gui::QSMenu::addItem(), gui::QSMenu::addItemDef(), gui::Property::applyHidden(), gui::TreeItem::create(), gui::QSWrapper::create(), gui::TreeItemAbstract::deleteChild(), gui::Property::emitChanged(), gui::Settings::getFullPathName(), gui::IconCache::getIcon(), gui::IconCache::getIconFile(), gui::TreeItem::init(), gui::Property::initLabel(), gui::Settings::initSettings(), main(), gui::MultiTreeWindow::MultiTreeWindow(), gui::QSMenu::popup(), gui::PropertyModeController::PropertyModeController(), gui::QSMenu::QSMenu(), gui::TreeItemRef::reloadSelf(), gui::TreeItemDict::remove(), gui::TreeItemCStream::remove(), runCmdScripts(), gui::Base::runFile(), gui::Base::runScriptsFromPath(), gui::TreeItemRef::setOpen(), gui::TreeWindow::settingUpdate(), gui::RefValidator::validate(), and gui::QSCObject::~QSCObject().
| #define Q_Painter QPainter |
| #define Q_PopupMenu QPopupMenu |
| #define Q_PtrCollection QPtrCollection |
| #define Q_PtrDict QPtrDict |
| #define Q_PtrDictIterator QPtrDictIterator |
| #define Q_PtrListIterator QPtrListIterator |
| #define Q_ScrollView QScrollView |
| #define Q_TextBrowser QTextBrowser |
| #define Q_TextEdit QTextEdit |
| #define QAbstractButton QButton |
| #define QBUTTONGROUP <qbuttongroup.h> |
| #define QBYTEARRAY <qcstring.h> |
| #define QCOMBOBOX <qcombobox.h> |
| #define QGROUPBOX <qgroupbox.h> |
| #define QICON <qiconset.h> |
| #define QLIST <qvaluelist.h> |
| #define QLISTBOX <qlistbox.h> |
| #define QLISTVIEW <qlistview.h> |
| #define QPOPUPMENU <qpopupmenu.h> |
| #define QPTRCOLLECTION <qptrcollection.h> |
| #define QPTRDICT <qptrdict.h> |
| #define QPTRLIST <qptrlist.h> |
| #define QSCROLLVIEW <qscrollview.h> |
| #define QSTRLIST <qstrlist.h> |
| #define QTEXTBROWSER <qtextbrowser.h> |
| #define QTEXTEDIT <qtextedit.h> |
| #define TheWheelFocus QWidget::WheelFocus |