QToolButton
Bindings for a QToolButton.
Methods
- iconify(...)
- resize1(...)
- getAttribute(...)
- showMaximized(...)
- repaint2(...)
- properties(...)
- adjustSize(...)
- setEnabled(...)
- move1(...)
- lower(...)
- setUsesTextLabel(...)
- showNormal(...)
- polish(...)
- repaint1(...)
- clearFocus(...)
- hide(...)
- isWidgetType(...)
- parent(...)
- signals(...)
- toggle(...)
- slots(...)
- child(...)
- drawLine(...)
- setIcon(...)
- resize(...)
- className(...)
- setGeometry1(...)
- setShown(...)
- setToggleButton(...)
- setAttribute(...)
- setUsesBigPixmap(...)
- hasAttribute(...)
- move(...)
- raise(...)
- repaint4(...)
- setMouseTracking(...)
- drawText(...)
- update(...)
- disconnect(...)
- repaint5(...)
- children(...)
- setUpdatesEnabled(...)
- update1(...)
- setTextLabel1(...)
- deleteLater(...)
- showMinimized(...)
- setIconText(...)
- constPolish(...)
- getElementById(...)
- setTextLabel(...)
- setHidden(...)
- setDisabled(...)
- setFocus(...)
- setGeometry(...)
- update4(...)
- superClassName(...)
- animateClick(...)
- grabWidget(...)
- repaint(...)
- close(...)
- showFullScreen(...)
- setCaption(...)
- show(...)
- connect(...)
- childCount(...)
- getParentNode(...)
- toggle1(...)
- setOn(...)
Properties
None
Qt Properties
- QCString name unnamed
- bool isTopLevel true
- bool isDialog false
- bool isModal false
- bool isPopup false
- bool isDesktop false
- bool enabled true
- QRect geometry
- QRect frameGeometry
- int x 256
- int y 230
- QPoint pos
- QSize frameSize
- QSize size
- int width 512
- int height 307
- QRect rect
- QRect childrenRect
- QRegion childrenRegion
- QSizePolicy sizePolicy
- QSize minimumSize
- QSize maximumSize
- int minimumWidth 0
- int minimumHeight 0
- int maximumWidth 32767
- int maximumHeight 32767
- QSize sizeIncrement
- QSize baseSize
- int backgroundMode 4
- QColor paletteForegroundColor #000000
- QColor paletteBackgroundColor #e1e3e8
- paletteBackgroundPixmap
- QBrush backgroundBrush
- QColorGroup colorGroup
- QPalette palette
- int backgroundOrigin 0
- bool ownPalette false
- QFont font helvetica,12,-1,5,50,0,0,0,0,0
- bool ownFont false
- QCursor cursor
- bool ownCursor true
- QString caption
- icon
- QString iconText
- bool mouseTracking false
- bool underMouse false
- bool isActiveWindow false
- bool focusEnabled false
- int focusPolicy 0
- bool focus false
- bool updatesEnabled true
- bool visible false
- QRect visibleRect
- bool hidden true
- bool shown false
- bool minimized false
- bool maximized false
- bool fullScreen false
- QSize sizeHint
- QSize minimumSizeHint
- QRect microFocusHint
- bool acceptDrops false
- bool autoMask false
- bool customWhatsThis false
- bool inputMethodEnabled false
- QString text
- pixmap
- QKeySequence accel
- bool toggleButton false
- int toggleType 0
- bool down false
- bool on false
- int toggleState 0
- bool autoResize false
- bool autoRepeat false
- bool exclusiveToggle false
- QIconSet iconSet
- QIconSet onIconSet
- QIconSet offIconSet
- bool usesBigPixmap false
- bool usesTextLabel false
- QString textLabel
- int popupDelay 600
- bool autoRaise false
- int textPosition 1
- bool toggleButton false
- bool on false
- pixmap
- int backgroundMode 4
Qt Signals
- destroyed()
- destroyed(QObject*)
- pressed()
- released()
- clicked()
- toggled(bool)
- stateChanged(int)
Qt Slots
- void deleteLater()
- void cleanupEventFilter(QObject*)
- void setEnabled(bool)
- void setDisabled(bool)
- void setCaption(const QString&)
- void setIcon(const QPixmap&)
- void setIconText(const QString&)
- void setMouseTracking(bool)
- void setFocus()
- void clearFocus()
- void setUpdatesEnabled(bool)
- void update()
- void update(int,int,int,int)
- void update(const QRect&)
- void repaint()
- void repaint(bool)
- void repaint(int,int,int,int)
- void repaint(int,int,int,int,bool)
- void repaint(const QRect&)
- void repaint(const QRect&,bool)
- void repaint(const QRegion&)
- void repaint(const QRegion&,bool)
- void show()
- void hide()
- void setShown(bool)
- void setHidden(bool)
- void iconify()
- void showMinimized()
- void showMaximized()
- void showFullScreen()
- void showNormal()
- void polish()
- void constPolish()
- bool close()
- void raise()
- void lower()
- void stackUnder(QWidget*)
- void move(int,int)
- void move(const QPoint&)
- void resize(int,int)
- void resize(const QSize&)
- void setGeometry(int,int,int,int)
- void setGeometry(const QRect&)
- void adjustSize()
- void focusProxyDestroyed()
- void animateClick()
- void toggle()
- void animateTimeout()
- void autoRepeatTimeout()
- void emulateClick()
- void setUsesBigPixmap(bool)
- void setUsesTextLabel(bool)
- void setTextLabel(const QString&,bool)
- void setToggleButton(bool)
- void setOn(bool)
- void toggle()
- void setTextLabel(const QString&)
- void setTextPosition(TextPosition)
- void popupTimerDone()
- void popupPressed()