📄 qfeatures.h
字号:
/******************************************************************************** Copyright (C) 1992-2007 Trolltech ASA. All rights reserved.**** This file is part of the QtCore module of the Qt Toolkit.**** This file may be used under the terms of the GNU General Public** License version 2.0 as published by the Free Software Foundation** and appearing in the file LICENSE.GPL included in the packaging of** this file. Please review the following information to ensure GNU** General Public Licensing requirements will be met:** http://trolltech.com/products/qt/licenses/licensing/opensource/**** If you are unsure which license is appropriate for your use, please** review the following information:** http://trolltech.com/products/qt/licenses/licensing/licensingoverview** or contact the sales department at sales@trolltech.com.**** In addition, as a special exception, Trolltech gives you certain** additional rights. These rights are described in the Trolltech GPL** Exception version 1.0, which can be found at** http://www.trolltech.com/products/qt/gplexception/ and in the file** GPL_EXCEPTION.txt in this package.**** In addition, as a special exception, Trolltech, as the sole copyright** holder for Qt Designer, grants users of the Qt/Eclipse Integration** plug-in the right for the Qt/Eclipse Integration to link to** functionality provided by Qt Designer and its related libraries.**** Trolltech reserves all rights not expressly granted herein.**** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.******************************************************************************//* * All features and their dependencies. * * This list is generated from $QTDIR/src/corelib/global/qfeatures.txt */// QAction//#define QT_NO_ACTION// Big Codecs//#define QT_NO_BIG_CODECS// Color Names//#define QT_NO_COLORNAMES// QCopChannel//#define QT_NO_COP// QCursor//#define QT_NO_CURSOR// QDesktopServices//#define QT_NO_DESKTOPSERVICES// QDirectPainter//#define QT_NO_DIRECTPAINTER// Document Object Model//#define QT_NO_DOM// Effects//#define QT_NO_EFFECTS// Freetype Font Engine//#define QT_NO_FREETYPE// QGroupBox//#define QT_NO_GROUPBOX// QIcon//#define QT_NO_ICON// QImageIOPlugin//#define QT_NO_IMAGEFORMATPLUGIN// BMP Image Format//#define QT_NO_IMAGEFORMAT_BMP// JPEG Image Format//#define QT_NO_IMAGEFORMAT_JPEG// PNG Image Format//#define QT_NO_IMAGEFORMAT_PNG// PPM Image Format//#define QT_NO_IMAGEFORMAT_PPM// XBM Image Format//#define QT_NO_IMAGEFORMAT_XBM// QImage::createHeuristicMask()//#define QT_NO_IMAGE_HEURISTIC_MASK// Image Text//#define QT_NO_IMAGE_TEXT// QLCDNumber//#define QT_NO_LCDNUMBER// QLineEdit//#define QT_NO_LINEEDIT// QMessageBox//#define QT_NO_MESSAGEBOX// QMovie//#define QT_NO_MOVIE// QNetworkProxy//#define QT_NO_NETWORKPROXY// Qt::WA_PaintOnScreen//#define QT_NO_PAINTONSCREEN// Painting Debug Utilities//#define QT_NO_PAINT_DEBUG// QPicture//#define QT_NO_PICTURE// QProgressBar//#define QT_NO_PROGRESSBAR// Properties//#define QT_NO_PROPERTIES// Universally Unique Identifier Convertion//#define QT_NO_QUUID_STRING// QWSEmbedWidget//#define QT_NO_QWSEMBEDWIDGET// Alpha Cursor//#define QT_NO_QWS_ALPHA_CURSOR// Decoration//#define QT_NO_QWS_DECORATION_DEFAULT// QWSInputMethod//#define QT_NO_QWS_INPUTMETHODS// Keyboard//#define QT_NO_QWS_KEYBOARD// Mouse//#define QT_NO_QWS_MOUSE// Mouse (Auto)//#define QT_NO_QWS_MOUSE_AUTO// Mouse (Non-Auto)//#define QT_NO_QWS_MOUSE_MANUAL// Multi-Process//#define QT_NO_QWS_MULTIPROCESS// Properties//#define QT_NO_QWS_PROPERTIES// Qt Prerendered Font Format//#define QT_NO_QWS_QPF// Resize Handler//#define QT_NO_RESIZEHANDLER// QRubberBand//#define QT_NO_RUBBERBAND// Session Manager//#define QT_NO_SESSIONMANAGER// QShortcut//#define QT_NO_SHORTCUT// QSignalMapper//#define QT_NO_SIGNALMAPPER// QSizeGrip//#define QT_NO_SIZEGRIP// QSlider//#define QT_NO_SLIDER// Sounds//#define QT_NO_SOUND// Spin Widget//#define QT_NO_SPINWIDGET// Splash screen widget//#define QT_NO_SPLASHSCREEN// QStackedWidget//#define QT_NO_STACKEDWIDGET// QStatusBar//#define QT_NO_STATUSBAR// Status Tip//#define QT_NO_STATUSTIP// Standard Template Library//#define QT_NO_STL// QMotifStyle//#define QT_NO_STYLE_MOTIF// QWindowsStyle//#define QT_NO_STYLE_WINDOWS// QTabletEvent//#define QT_NO_TABLETEVENT// QTemporaryFile//#define QT_NO_TEMPORARYFILE// QTextCodec//#define QT_NO_TEXTCODEC// Text Date//#define QT_NO_TEXTDATE// QTextStream//#define QT_NO_TEXTSTREAM// QThread//#define QT_NO_THREAD// QToolTip//#define QT_NO_TOOLTIP// Translation//#define QT_NO_TRANSLATION// QUdpSocket//#define QT_NO_UDPSOCKET// QUndoCommand//#define QT_NO_UNDOCOMMAND// QUrlInfo//#define QT_NO_URLINFO// QValidator//#define QT_NO_VALIDATOR// QWheelEvent//#define QT_NO_WHEELEVENT// Accessibility#if !defined(QT_NO_ACCESSIBILITY) && (defined(QT_NO_PROPERTIES))#define QT_NO_ACCESSIBILITY#endif// QButtonGroup#if !defined(QT_NO_BUTTONGROUP) && (defined(QT_NO_GROUPBOX))#define QT_NO_BUTTONGROUP#endif// QClipboard#if !defined(QT_NO_CLIPBOARD) && (defined(QT_NO_QWS_PROPERTIES))#define QT_NO_CLIPBOARD#endif// Codecs#if !defined(QT_NO_CODECS) && (defined(QT_NO_TEXTCODEC))#define QT_NO_CODECS#endif// QDate/QTime/QDateTime#if !defined(QT_NO_DATESTRING) && (defined(QT_NO_TEXTDATE))#define QT_NO_DATESTRING#endif// QDial#if !defined(QT_NO_DIAL) && (defined(QT_NO_SLIDER))#define QT_NO_DIAL#endif// QFileSystemWatcher#if !defined(QT_NO_FILESYSTEMWATCHER) && (defined(QT_NO_THREAD))#define QT_NO_FILESYSTEMWATCHER#endif// QHostInfo#if !defined(QT_NO_HOSTINFO) && (defined(QT_NO_TEXTSTREAM))#define QT_NO_HOSTINFO#endif// XPM Image Format#if !defined(QT_NO_IMAGEFORMAT_XPM) && (defined(QT_NO_TEXTSTREAM))#define QT_NO_IMAGEFORMAT_XPM#endif// QMenu#if !defined(QT_NO_MENU) && (defined(QT_NO_ACTION))#define QT_NO_MENU#endif// QPrinter#if !defined(QT_NO_PRINTER) && (defined(QT_NO_TEXTSTREAM))#define QT_NO_PRINTER#endif// QProcess#if !defined(QT_NO_PROCESS) && (defined(QT_NO_THREAD))#define QT_NO_PROCESS#endif// QProgressDialog#if !defined(QT_NO_PROGRESSDIALOG) && (defined(QT_NO_PROGRESSBAR))#define QT_NO_PROGRESSDIALOG#endif// Cursor#if !defined(QT_NO_QWS_CURSOR) && (defined(QT_NO_CURSOR))#define QT_NO_QWS_CURSOR#endif// Decoration (Styled)#if !defined(QT_NO_QWS_DECORATION_STYLED) && (defined(QT_NO_QWS_DECORATION_DEFAULT))#define QT_NO_QWS_DECORATION_STYLED#endif// Decoration (Windows Style)#if !defined(QT_NO_QWS_DECORATION_WINDOWS) && (defined(QT_NO_QWS_DECORATION_DEFAULT))#define QT_NO_QWS_DECORATION_WINDOWS#endif// Manager#if !defined(QT_NO_QWS_MANAGER) && (defined(QT_NO_QWS_DECORATION_DEFAULT))#define QT_NO_QWS_MANAGER#endif// Qt Prerendered Font Format 2#if !defined(QT_NO_QWS_QPF2) && (defined(QT_NO_QWS_QPF))#define QT_NO_QWS_QPF2#endif// QScrollBar
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -