src/gui/widgets/qabstractbutton.cpp
changeset 22 79de32ba3296
parent 18 2f34d5167611
equal deleted inserted replaced
19:fcece45ef507 22:79de32ba3296
    55 QT_BEGIN_NAMESPACE
    55 QT_BEGIN_NAMESPACE
    56 
    56 
    57 #define AUTO_REPEAT_DELAY  300
    57 #define AUTO_REPEAT_DELAY  300
    58 #define AUTO_REPEAT_INTERVAL 100
    58 #define AUTO_REPEAT_INTERVAL 100
    59 
    59 
    60 extern bool qt_tab_all_widgets;
    60 Q_GUI_EXPORT extern bool qt_tab_all_widgets;
    61 
    61 
    62 /*!
    62 /*!
    63     \class QAbstractButton
    63     \class QAbstractButton
    64 
    64 
    65     \brief The QAbstractButton class is the abstract base class of
    65     \brief The QAbstractButton class is the abstract base class of