Qt classes implemented by Qt::QtWidgets V0.0.3 generated by RaQt_maker V0.0.3
imported by
use Qt::QtWidgets::QAbstractButton;
inherits QWidget
inherited by QPushButton
inherited from QWidget
calls Qt method void activateWindow()
[slot]
calls Qt method void click()
[signal]
calls Qt method void clicked(bool checked = false)
[virtual] [protected] inherited from QWidget
calls Qt method void enterEvent(QEvent* event)
inherited from QWidget
calls Qt method QFont & font()
inherited from QWidget
calls Qt method int height()
inherited from QWidget
calls Qt method bool isActiveWindow()
[virtual] [protected] inherited from QWidget
calls Qt method void leaveEvent(QEvent* event)
[virtual] [protected] inherited from QWidget
calls Qt method void mouseMoveEvent(QMouseEvent* event)
[virtual] [protected] inherited from QWidget
calls Qt method void mousePressEvent(QMouseEvent* event)
[virtual] [protected] inherited from QWidget
calls Qt method void mouseReleaseEvent(QMouseEvent* event)
[virtual] [protected] inherited from QWidget
calls Qt method void paintEvent(QPaintEvent* event)
[signal]
calls Qt method void pressed()
inherited from QWidget
calls Qt method void render(QPaintDevice* target, const QPoint& targetOffset = QPoint(), const QRegion& sourceRegion = QRegion(), RenderFlags renderFlags = RenderFlags(DrawWindowBackground | DrawChildren))
[virtual] [protected] inherited from QWidget
calls Qt method void resizeEvent(QResizeEvent* event)
[slot] inherited from QWidget
calls Qt method void setDisabled(bool arg1)
inherited from QWidget
calls Qt method void setFixedHeight(int h)
inherited from QWidget
calls Qt method void setFixedSize(int w, int h)
inherited from QWidget
calls Qt method void setFixedWidth(int w)
[slot] inherited from QWidget
calls Qt method void setFocus()
inherited from QWidget
calls Qt method void setFocus(Qt::FocusReason reason)
inherited from QWidget
calls Qt method void setFocusPolicy(Qt::FocusPolicy policy)
inherited from QWidget
calls Qt method void setFont(const QFont& arg1)
inherited from QWidget
calls Qt method void setLayout(QLayout* arg1)
inherited from QWidget
calls Qt method void setMinimumSize(int minw, int minh)
calls Qt method void setText(const QString& text)
inherited from QWidget
calls Qt method void setToolTip(const QString& arg1)
[slot] inherited from QWidget
calls Qt method void setWindowTitle(const QString& arg1)
[slot] inherited from QWidget
calls Qt method void show()
calls Qt method QString text()
[slot] inherited from QWidget
calls Qt method void update()
inherited from QWidget
calls Qt method void update(int x, int y, int w, int h)
inherited from QWidget
calls Qt method int width()
imported by
use Qt::QtWidgets::QAbstractScrollArea;
inherits QFrame
inherited by QTextEdit
inherited from QWidget
calls Qt method void activateWindow()
[virtual] [protected] inherited from QWidget
calls Qt method void enterEvent(QEvent* event)
inherited from QWidget
calls Qt method QFont & font()
inherited from QWidget
calls Qt method int height()
inherited from QWidget
calls Qt method bool isActiveWindow()
[virtual] [protected] inherited from QWidget
calls Qt method void leaveEvent(QEvent* event)
[virtual] [protected] inherited from QWidget
calls Qt method void mouseMoveEvent(QMouseEvent* event)
[virtual] [protected] inherited from QWidget
calls Qt method void mousePressEvent(QMouseEvent* event)
[virtual] [protected] inherited from QWidget
calls Qt method void mouseReleaseEvent(QMouseEvent* event)
[virtual] [protected] inherited from QWidget
calls Qt method void paintEvent(QPaintEvent* event)
inherited from QWidget
calls Qt method void render(QPaintDevice* target, const QPoint& targetOffset = QPoint(), const QRegion& sourceRegion = QRegion(), RenderFlags renderFlags = RenderFlags(DrawWindowBackground | DrawChildren))
[virtual] [protected] inherited from QWidget
calls Qt method void resizeEvent(QResizeEvent* event)
[slot] inherited from QWidget
calls Qt method void setDisabled(bool arg1)
inherited from QWidget
calls Qt method void setFixedHeight(int h)
inherited from QWidget
calls Qt method void setFixedSize(int w, int h)
inherited from QWidget
calls Qt method void setFixedWidth(int w)
[slot] inherited from QWidget
calls Qt method void setFocus()
inherited from QWidget
calls Qt method void setFocus(Qt::FocusReason reason)
inherited from QWidget
calls Qt method void setFocusPolicy(Qt::FocusPolicy policy)
inherited from QWidget
calls Qt method void setFont(const QFont& arg1)
inherited from QWidget
calls Qt method void setLayout(QLayout* arg1)
inherited from QWidget
calls Qt method void setMinimumSize(int minw, int minh)
inherited from QWidget
calls Qt method void setToolTip(const QString& arg1)
[slot] inherited from QWidget
calls Qt method void setWindowTitle(const QString& arg1)
[slot] inherited from QWidget
calls Qt method void show()
[slot] inherited from QWidget
calls Qt method void update()
inherited from QWidget
calls Qt method void update(int x, int y, int w, int h)
inherited from QWidget
calls Qt method int width()
imported by
use Qt::QtWidgets::QAction;
inherits QObject
calls Qt method QAction(QObject* parent = nullptr)
[slot]
calls Qt method void setDisabled(bool b)
[slot]
calls Qt method void setEnabled(bool arg1)
[slot]
calls Qt method void trigger()
[signal]
calls Qt method void triggered(bool checked = false)
imported by
use Qt::QtWidgets::QBoxLayout;
inherits QLayout
inherited by QHBoxLayout, QVBoxLayout
calls Qt method void addLayout(QLayout* layout, int stretch = 0)
inherited from QLayout
calls Qt method void addWidget(QWidget* w)
inherited from QLayout
calls Qt method bool setAlignment(QWidget* w, Qt::Alignment alignment)
inherited from QLayout
calls Qt method bool setAlignment(QLayout* l, Qt::Alignment alignment)
imported by
use Qt::QtWidgets::QBrush;
calls Qt method QBrush()
calls Qt method QBrush(Qt::BrushStyle bs)
calls Qt method QBrush(const QColor& color, Qt::BrushStyle bs = Qt::SolidPattern)
calls Qt method void setColor(const QColor& color)
calls Qt method void setStyle(Qt::BrushStyle arg1)
imported by
use Qt::QtWidgets::QColor;
calls Qt method int alpha()
calls Qt method int blue()
calls Qt method QColor(Qt::GlobalColor color)
calls Qt method QColor(int r, int g, int b, int a = 255)
calls Qt method int green()
calls Qt method int red()
imported by
use Qt::QtWidgets::QCoreApplication;
inherits QObject
inherited by QGuiApplication
[slot] [static]
calls Qt method void quit()
[static]
calls Qt method bool sendEvent(QObject* receiver, QEvent* event)
imported by
use Qt::QtWidgets::QDialog;
inherits QWidget
inherited by QFileDialog
inherited from QWidget
calls Qt method void activateWindow()
[virtual] [protected] inherited from QWidget
calls Qt method void enterEvent(QEvent* event)
inherited from QWidget
calls Qt method QFont & font()
inherited from QWidget
calls Qt method int height()
inherited from QWidget
calls Qt method bool isActiveWindow()
[virtual] [protected] inherited from QWidget
calls Qt method void leaveEvent(QEvent* event)
[virtual] [protected] inherited from QWidget
calls Qt method void mouseMoveEvent(QMouseEvent* event)
[virtual] [protected] inherited from QWidget
calls Qt method void mousePressEvent(QMouseEvent* event)
[virtual] [protected] inherited from QWidget
calls Qt method void mouseReleaseEvent(QMouseEvent* event)
[virtual] [protected] inherited from QWidget
calls Qt method void paintEvent(QPaintEvent* event)
inherited from QWidget
calls Qt method void render(QPaintDevice* target, const QPoint& targetOffset = QPoint(), const QRegion& sourceRegion = QRegion(), RenderFlags renderFlags = RenderFlags(DrawWindowBackground | DrawChildren))
[virtual] [protected] inherited from QWidget
calls Qt method void resizeEvent(QResizeEvent* event)
[slot] inherited from QWidget
calls Qt method void setDisabled(bool arg1)
inherited from QWidget
calls Qt method void setFixedHeight(int h)
inherited from QWidget
calls Qt method void setFixedSize(int w, int h)
inherited from QWidget
calls Qt method void setFixedWidth(int w)
[slot] inherited from QWidget
calls Qt method void setFocus()
inherited from QWidget
calls Qt method void setFocus(Qt::FocusReason reason)
inherited from QWidget
calls Qt method void setFocusPolicy(Qt::FocusPolicy policy)
inherited from QWidget
calls Qt method void setFont(const QFont& arg1)
inherited from QWidget
calls Qt method void setLayout(QLayout* arg1)
inherited from QWidget
calls Qt method void setMinimumSize(int minw, int minh)
inherited from QWidget
calls Qt method void setToolTip(const QString& arg1)
[slot] inherited from QWidget
calls Qt method void setWindowTitle(const QString& arg1)
[slot] inherited from QWidget
calls Qt method void show()
[slot] inherited from QWidget
calls Qt method void update()
inherited from QWidget
calls Qt method void update(int x, int y, int w, int h)
inherited from QWidget
calls Qt method int width()
imported by
use Qt::QtWidgets::QEvent;
inherited by QInputEvent, QPaintEvent, QResizeEvent
enum Type
calls Qt method void accept()
calls Qt method QEvent(Type type)
calls Qt method QEvent(const QEvent& other)
calls Qt method void ignore()
calls Qt method bool isAccepted()
calls Qt method bool spontaneous()
calls Qt method Type type()
imported by
use Qt::QtWidgets::QFileDialog;
inherits QDialog
enum Option
inherited from QWidget
calls Qt method void activateWindow()
[virtual] [protected] inherited from QWidget
calls Qt method void enterEvent(QEvent* event)
inherited from QWidget
calls Qt method QFont & font()
[static]
calls Qt method QString getOpenFileName(QWidget* parent = nullptr, const QString& caption = QString(), const QString& dir = QString(), const QString& filter = QString(), QString* selectedFilter = nullptr, Options options = Options())
[static]
calls Qt method QString getSaveFileName(QWidget* parent = nullptr, const QString& caption = QString(), const QString& dir = QString(), const QString& filter = QString(), QString* selectedFilter = nullptr, Options options = Options())
inherited from QWidget
calls Qt method int height()
inherited from QWidget
calls Qt method bool isActiveWindow()
[virtual] [protected] inherited from QWidget
calls Qt method void leaveEvent(QEvent* event)
[virtual] [protected] inherited from QWidget
calls Qt method void mouseMoveEvent(QMouseEvent* event)
[virtual] [protected] inherited from QWidget
calls Qt method void mousePressEvent(QMouseEvent* event)
[virtual] [protected] inherited from QWidget
calls Qt method void mouseReleaseEvent(QMouseEvent* event)
[virtual] [protected] inherited from QWidget
calls Qt method void paintEvent(QPaintEvent* event)
inherited from QWidget
calls Qt method void render(QPaintDevice* target, const QPoint& targetOffset = QPoint(), const QRegion& sourceRegion = QRegion(), RenderFlags renderFlags = RenderFlags(DrawWindowBackground | DrawChildren))
[virtual] [protected] inherited from QWidget
calls Qt method void resizeEvent(QResizeEvent* event)
[slot] inherited from QWidget
calls Qt method void setDisabled(bool arg1)
inherited from QWidget
calls Qt method void setFixedHeight(int h)
inherited from QWidget
calls Qt method void setFixedSize(int w, int h)
inherited from QWidget
calls Qt method void setFixedWidth(int w)
[slot] inherited from QWidget
calls Qt method void setFocus()
inherited from QWidget
calls Qt method void setFocus(Qt::FocusReason reason)
inherited from QWidget
calls Qt method void setFocusPolicy(Qt::FocusPolicy policy)
inherited from QWidget
calls Qt method void setFont(const QFont& arg1)
inherited from QWidget
calls Qt method void setLayout(QLayout* arg1)
inherited from QWidget
calls Qt method void setMinimumSize(int minw, int minh)
inherited from QWidget
calls Qt method void setToolTip(const QString& arg1)
[slot] inherited from QWidget
calls Qt method void setWindowTitle(const QString& arg1)
[slot] inherited from QWidget
calls Qt method void show()
[slot] inherited from QWidget
calls Qt method void update()
inherited from QWidget
calls Qt method void update(int x, int y, int w, int h)
inherited from QWidget
calls Qt method int width()
imported by
use Qt::QtWidgets::QFont;
calls Qt method QFont()
calls Qt method void setBold(bool arg1)
calls Qt method void setFamily(const QString& arg1)
calls Qt method void setItalic(bool b)
calls Qt method void setPointSize(int arg1)
calls Qt method void setStretch(int arg1)
calls Qt method int stretch()
imported by
use Qt::QtWidgets::QFrame;
inherits QWidget
inherited by QAbstractScrollArea, QLabel
inherited from QWidget
calls Qt method void activateWindow()
[virtual] [protected] inherited from QWidget
calls Qt method void enterEvent(QEvent* event)
inherited from QWidget
calls Qt method QFont & font()
inherited from QWidget
calls Qt method int height()
inherited from QWidget
calls Qt method bool isActiveWindow()
[virtual] [protected] inherited from QWidget
calls Qt method void leaveEvent(QEvent* event)
[virtual] [protected] inherited from QWidget
calls Qt method void mouseMoveEvent(QMouseEvent* event)
[virtual] [protected] inherited from QWidget
calls Qt method void mousePressEvent(QMouseEvent* event)
[virtual] [protected] inherited from QWidget
calls Qt method void mouseReleaseEvent(QMouseEvent* event)
[virtual] [protected] inherited from QWidget
calls Qt method void paintEvent(QPaintEvent* event)
inherited from QWidget
calls Qt method void render(QPaintDevice* target, const QPoint& targetOffset = QPoint(), const QRegion& sourceRegion = QRegion(), RenderFlags renderFlags = RenderFlags(DrawWindowBackground | DrawChildren))
[virtual] [protected] inherited from QWidget
calls Qt method void resizeEvent(QResizeEvent* event)
[slot] inherited from QWidget
calls Qt method void setDisabled(bool arg1)
inherited from QWidget
calls Qt method void setFixedHeight(int h)
inherited from QWidget
calls Qt method void setFixedSize(int w, int h)
inherited from QWidget
calls Qt method void setFixedWidth(int w)
[slot] inherited from QWidget
calls Qt method void setFocus()
inherited from QWidget
calls Qt method void setFocus(Qt::FocusReason reason)
inherited from QWidget
calls Qt method void setFocusPolicy(Qt::FocusPolicy policy)
inherited from QWidget
calls Qt method void setFont(const QFont& arg1)
inherited from QWidget
calls Qt method void setLayout(QLayout* arg1)
inherited from QWidget
calls Qt method void setMinimumSize(int minw, int minh)
inherited from QWidget
calls Qt method void setToolTip(const QString& arg1)
[slot] inherited from QWidget
calls Qt method void setWindowTitle(const QString& arg1)
[slot] inherited from QWidget
calls Qt method void show()
[slot] inherited from QWidget
calls Qt method void update()
inherited from QWidget
calls Qt method void update(int x, int y, int w, int h)
inherited from QWidget
calls Qt method int width()
imported by
use Qt::QtWidgets::QGuiApplication;
inherits QCoreApplication
[slot] [static] inherited from QCoreApplication
calls Qt method void quit()
[static] inherited from QCoreApplication
calls Qt method bool sendEvent(QObject* receiver, QEvent* event)
imported by
use Qt::QtWidgets::QHBoxLayout;
inherits QBoxLayout
inherited from QBoxLayout
calls Qt method void addLayout(QLayout* layout, int stretch = 0)
inherited from QLayout
calls Qt method void addWidget(QWidget* w)
calls Qt method QHBoxLayout()
inherited from QLayout
calls Qt method bool setAlignment(QWidget* w, Qt::Alignment alignment)
inherited from QLayout
calls Qt method bool setAlignment(QLayout* l, Qt::Alignment alignment)
imported by
use Qt::QtWidgets::QImage;
inherits QPaintDevice
enum Format
calls Qt method QImage(int width, int height, Format format)
calls Qt method void fill(const QColor& color)
calls Qt method int height()
calls Qt method QColor pixelColor(int x, int y)
calls Qt method int width()
imported by
use Qt::QtWidgets::QInputEvent;
inherits QEvent
inherited by QMouseEvent
inherited from QEvent
calls Qt method void accept()
inherited from QEvent
calls Qt method void ignore()
inherited from QEvent
calls Qt method bool isAccepted()
inherited from QEvent
calls Qt method bool spontaneous()
inherited from QEvent
calls Qt method Type type()
imported by
use Qt::QtWidgets::QLabel;
inherits QFrame
inherited from QWidget
calls Qt method void activateWindow()
[slot]
calls Qt method void clear()
calls Qt method QLabel(QWidget* parent = nullptr, Qt::WindowFlags f = Qt::WindowFlags())
calls Qt method QLabel(const QString& text, QWidget* parent = nullptr, Qt::WindowFlags f = Qt::WindowFlags())
[virtual] [protected] inherited from QWidget
calls Qt method void enterEvent(QEvent* event)
inherited from QWidget
calls Qt method QFont & font()
inherited from QWidget
calls Qt method int height()
inherited from QWidget
calls Qt method bool isActiveWindow()
[virtual] [protected] inherited from QWidget
calls Qt method void leaveEvent(QEvent* event)
[virtual] [protected] inherited from QWidget
calls Qt method void mouseMoveEvent(QMouseEvent* event)
[virtual] [protected] inherited from QWidget
calls Qt method void mousePressEvent(QMouseEvent* event)
[virtual] [protected] inherited from QWidget
calls Qt method void mouseReleaseEvent(QMouseEvent* event)
[virtual] [protected] inherited from QWidget
calls Qt method void paintEvent(QPaintEvent* event)
inherited from QWidget
calls Qt method void render(QPaintDevice* target, const QPoint& targetOffset = QPoint(), const QRegion& sourceRegion = QRegion(), RenderFlags renderFlags = RenderFlags(DrawWindowBackground | DrawChildren))
[virtual] [protected] inherited from QWidget
calls Qt method void resizeEvent(QResizeEvent* event)
calls Qt method void setAlignment(Qt::Alignment arg1)
[slot] inherited from QWidget
calls Qt method void setDisabled(bool arg1)
inherited from QWidget
calls Qt method void setFixedHeight(int h)
inherited from QWidget
calls Qt method void setFixedSize(int w, int h)
inherited from QWidget
calls Qt method void setFixedWidth(int w)
[slot] inherited from QWidget
calls Qt method void setFocus()
inherited from QWidget
calls Qt method void setFocus(Qt::FocusReason reason)
inherited from QWidget
calls Qt method void setFocusPolicy(Qt::FocusPolicy policy)
inherited from QWidget
calls Qt method void setFont(const QFont& arg1)
inherited from QWidget
calls Qt method void setLayout(QLayout* arg1)
calls Qt method void setMargin(int arg1)
inherited from QWidget
calls Qt method void setMinimumSize(int minw, int minh)
[slot]
calls Qt method void setText(const QString& arg1)
calls Qt method void setTextFormat(Qt::TextFormat arg1)
inherited from QWidget
calls Qt method void setToolTip(const QString& arg1)
[slot] inherited from QWidget
calls Qt method void setWindowTitle(const QString& arg1)
[slot] inherited from QWidget
calls Qt method void show()
[slot] inherited from QWidget
calls Qt method void update()
inherited from QWidget
calls Qt method void update(int x, int y, int w, int h)
inherited from QWidget
calls Qt method int width()
imported by
use Qt::QtWidgets::QLayout;
inherits QLayoutItem
inherits QObject
inherited by QBoxLayout
calls Qt method void addWidget(QWidget* w)
calls Qt method bool setAlignment(QWidget* w, Qt::Alignment alignment)
calls Qt method bool setAlignment(QLayout* l, Qt::Alignment alignment)
imported by
use Qt::QtWidgets::QLayoutItem;
inherited by QLayout
imported by
use Qt::QtWidgets::QLineEdit;
inherits QWidget
inherited from QWidget
calls Qt method void activateWindow()
[slot]
calls Qt method void clear()
calls Qt method QLineEdit(QWidget* parent = nullptr)
calls Qt method QLineEdit(const QString& arg1, QWidget* parent = nullptr)
[signal]
calls Qt method void editingFinished()
[virtual] [protected] inherited from QWidget
calls Qt method void enterEvent(QEvent* event)
inherited from QWidget
calls Qt method QFont & font()
inherited from QWidget
calls Qt method int height()
inherited from QWidget
calls Qt method bool isActiveWindow()
[virtual] [protected] inherited from QWidget
calls Qt method void leaveEvent(QEvent* event)
[virtual] [protected] inherited from QWidget
calls Qt method void mouseMoveEvent(QMouseEvent* event)
[virtual] [protected] inherited from QWidget
calls Qt method void mousePressEvent(QMouseEvent* event)
[virtual] [protected] inherited from QWidget
calls Qt method void mouseReleaseEvent(QMouseEvent* event)
[virtual] [protected] inherited from QWidget
calls Qt method void paintEvent(QPaintEvent* event)
inherited from QWidget
calls Qt method void render(QPaintDevice* target, const QPoint& targetOffset = QPoint(), const QRegion& sourceRegion = QRegion(), RenderFlags renderFlags = RenderFlags(DrawWindowBackground | DrawChildren))
[virtual] [protected] inherited from QWidget
calls Qt method void resizeEvent(QResizeEvent* event)
[signal]
calls Qt method void returnPressed()
calls Qt method void setAlignment(Qt::Alignment flag)
[slot] inherited from QWidget
calls Qt method void setDisabled(bool arg1)
inherited from QWidget
calls Qt method void setFixedHeight(int h)
inherited from QWidget
calls Qt method void setFixedSize(int w, int h)
inherited from QWidget
calls Qt method void setFixedWidth(int w)
[slot] inherited from QWidget
calls Qt method void setFocus()
inherited from QWidget
calls Qt method void setFocus(Qt::FocusReason reason)
inherited from QWidget
calls Qt method void setFocusPolicy(Qt::FocusPolicy policy)
inherited from QWidget
calls Qt method void setFont(const QFont& arg1)
inherited from QWidget
calls Qt method void setLayout(QLayout* arg1)
inherited from QWidget
calls Qt method void setMinimumSize(int minw, int minh)
[slot]
calls Qt method void setText(const QString& arg1)
inherited from QWidget
calls Qt method void setToolTip(const QString& arg1)
[slot] inherited from QWidget
calls Qt method void setWindowTitle(const QString& arg1)
[slot] inherited from QWidget
calls Qt method void show()
calls Qt method QString text()
[slot] inherited from QWidget
calls Qt method void update()
inherited from QWidget
calls Qt method void update(int x, int y, int w, int h)
inherited from QWidget
calls Qt method int width()
imported by
use Qt::QtWidgets::QMenu;
inherits QWidget
inherited from QWidget
calls Qt method void activateWindow()
calls Qt method QAction * addAction(const QString& text)
calls Qt method QMenu(QWidget* parent = nullptr)
calls Qt method QMenu(const QString& title, QWidget* parent = nullptr)
[virtual] [protected] inherited from QWidget
calls Qt method void enterEvent(QEvent* event)
calls Qt method QAction * exec()
inherited from QWidget
calls Qt method QFont & font()
inherited from QWidget
calls Qt method int height()
inherited from QWidget
calls Qt method bool isActiveWindow()
[virtual] [protected] inherited from QWidget
calls Qt method void leaveEvent(QEvent* event)
[virtual] [protected] inherited from QWidget
calls Qt method void mouseMoveEvent(QMouseEvent* event)
[virtual] [protected] inherited from QWidget
calls Qt method void mousePressEvent(QMouseEvent* event)
[virtual] [protected] inherited from QWidget
calls Qt method void mouseReleaseEvent(QMouseEvent* event)
[virtual] [protected] inherited from QWidget
calls Qt method void paintEvent(QPaintEvent* event)
inherited from QWidget
calls Qt method void render(QPaintDevice* target, const QPoint& targetOffset = QPoint(), const QRegion& sourceRegion = QRegion(), RenderFlags renderFlags = RenderFlags(DrawWindowBackground | DrawChildren))
[virtual] [protected] inherited from QWidget
calls Qt method void resizeEvent(QResizeEvent* event)
[slot] inherited from QWidget
calls Qt method void setDisabled(bool arg1)
inherited from QWidget
calls Qt method void setFixedHeight(int h)
inherited from QWidget
calls Qt method void setFixedSize(int w, int h)
inherited from QWidget
calls Qt method void setFixedWidth(int w)
[slot] inherited from QWidget
calls Qt method void setFocus()
inherited from QWidget
calls Qt method void setFocus(Qt::FocusReason reason)
inherited from QWidget
calls Qt method void setFocusPolicy(Qt::FocusPolicy policy)
inherited from QWidget
calls Qt method void setFont(const QFont& arg1)
inherited from QWidget
calls Qt method void setLayout(QLayout* arg1)
inherited from QWidget
calls Qt method void setMinimumSize(int minw, int minh)
inherited from QWidget
calls Qt method void setToolTip(const QString& arg1)
[slot] inherited from QWidget
calls Qt method void setWindowTitle(const QString& arg1)
[slot] inherited from QWidget
calls Qt method void show()
[slot] inherited from QWidget
calls Qt method void update()
inherited from QWidget
calls Qt method void update(int x, int y, int w, int h)
inherited from QWidget
calls Qt method int width()
imported by
use Qt::QtWidgets::QMouseEvent;
inherits QInputEvent
inherited from QEvent
calls Qt method void accept()
calls Qt method Qt::MouseButton button()
calls Qt method QMouseEvent(Type type, const QPointF& localPos, Qt::MouseButton button, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers)
calls Qt method QMouseEvent(Type type, const QPointF& localPos, const QPointF& screenPos, Qt::MouseButton button, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers)
calls Qt method QMouseEvent(Type type, const QPointF& localPos, const QPointF& windowPos, const QPointF& screenPos, Qt::MouseButton button, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers)
calls Qt method QMouseEvent(Type type, const QPointF& localPos, const QPointF& windowPos, const QPointF& screenPos, Qt::MouseButton button, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers, Qt::MouseEventSource source)
inherited from QEvent
calls Qt method void ignore()
inherited from QEvent
calls Qt method bool isAccepted()
inherited from QEvent
calls Qt method bool spontaneous()
inherited from QEvent
calls Qt method Type type()
calls Qt method int x()
calls Qt method int y()
imported by
use Qt::QtWidgets::QPaintDevice;
inherited by QImage, QWidget
imported by
use Qt::QtWidgets::QPaintEvent;
inherits QEvent
inherited from QEvent
calls Qt method void accept()
calls Qt method QPaintEvent(const QRect& paintRect)
inherited from QEvent
calls Qt method void ignore()
inherited from QEvent
calls Qt method bool isAccepted()
calls Qt method QRect & rect()
inherited from QEvent
calls Qt method bool spontaneous()
inherited from QEvent
calls Qt method Type type()
imported by
use Qt::QtWidgets::QPainter;
calls Qt method bool begin(QPaintDevice* arg1)
calls Qt method QPainter()
calls Qt method QPainter(QPaintDevice* arg1)
calls Qt method void drawEllipse(int x, int y, int w, int h)
calls Qt method void drawLine(int x1, int y1, int x2, int y2)
calls Qt method void drawRect(int x1, int y1, int w, int h)
calls Qt method bool end()
calls Qt method void restore()
calls Qt method void save()
calls Qt method void setBrush(const QBrush& brush)
calls Qt method void setPen(const QColor& color)
calls Qt method void setPen(const QPen& pen)
calls Qt method void setPen(Qt::PenStyle style)
imported by
use Qt::QtWidgets::QPen;
calls Qt method QPen()
calls Qt method QPen(Qt::PenStyle arg1)
calls Qt method QPen(const QColor& color)
calls Qt method void setBrush(const QBrush& brush)
calls Qt method void setColor(const QColor& color)
calls Qt method void setWidth(int width)
imported by
use Qt::QtWidgets::QPoint;
calls Qt method QPoint()
calls Qt method QPoint(int xpos, int ypos)
calls Qt method bool isNull()
calls Qt method int manhattanLength()
calls Qt method void setX(int x)
calls Qt method void setY(int y)
calls Qt method int x()
calls Qt method int y()
imported by
use Qt::QtWidgets::QPointF;
calls Qt method QPointF()
calls Qt method QPointF(const QPoint& p)
calls Qt method QPointF(qreal xpos, qreal ypos)
calls Qt method bool isNull()
calls Qt method qreal manhattanLength()
calls Qt method void setX(qreal x)
calls Qt method void setY(qreal y)
calls Qt method qreal x()
calls Qt method qreal y()
imported by
use Qt::QtWidgets::QPushButton;
inherits QAbstractButton
inherited from QWidget
calls Qt method void activateWindow()
[slot] inherited from QAbstractButton
calls Qt method void click()
[signal] inherited from QAbstractButton
calls Qt method void clicked(bool checked = false)
calls Qt method QPushButton(const QString& text, QWidget* parent = nullptr)
[virtual] [protected] inherited from QWidget
calls Qt method void enterEvent(QEvent* event)
inherited from QWidget
calls Qt method QFont & font()
inherited from QWidget
calls Qt method int height()
inherited from QWidget
calls Qt method bool isActiveWindow()
[virtual] [protected] inherited from QWidget
calls Qt method void leaveEvent(QEvent* event)
[virtual] [protected] inherited from QWidget
calls Qt method void mouseMoveEvent(QMouseEvent* event)
[virtual] [protected] inherited from QWidget
calls Qt method void mousePressEvent(QMouseEvent* event)
[virtual] [protected] inherited from QWidget
calls Qt method void mouseReleaseEvent(QMouseEvent* event)
[virtual] [protected] inherited from QWidget
calls Qt method void paintEvent(QPaintEvent* event)
[signal] inherited from QAbstractButton
calls Qt method void pressed()
inherited from QWidget
calls Qt method void render(QPaintDevice* target, const QPoint& targetOffset = QPoint(), const QRegion& sourceRegion = QRegion(), RenderFlags renderFlags = RenderFlags(DrawWindowBackground | DrawChildren))
[virtual] [protected] inherited from QWidget
calls Qt method void resizeEvent(QResizeEvent* event)
[slot] inherited from QWidget
calls Qt method void setDisabled(bool arg1)
inherited from QWidget
calls Qt method void setFixedHeight(int h)
inherited from QWidget
calls Qt method void setFixedSize(int w, int h)
inherited from QWidget
calls Qt method void setFixedWidth(int w)
[slot] inherited from QWidget
calls Qt method void setFocus()
inherited from QWidget
calls Qt method void setFocus(Qt::FocusReason reason)
inherited from QWidget
calls Qt method void setFocusPolicy(Qt::FocusPolicy policy)
inherited from QWidget
calls Qt method void setFont(const QFont& arg1)
inherited from QWidget
calls Qt method void setLayout(QLayout* arg1)
calls Qt method void setMenu(QMenu* menu)
inherited from QWidget
calls Qt method void setMinimumSize(int minw, int minh)
inherited from QAbstractButton
calls Qt method void setText(const QString& text)
inherited from QWidget
calls Qt method void setToolTip(const QString& arg1)
[slot] inherited from QWidget
calls Qt method void setWindowTitle(const QString& arg1)
[slot] inherited from QWidget
calls Qt method void show()
inherited from QAbstractButton
calls Qt method QString text()
[slot] inherited from QWidget
calls Qt method void update()
inherited from QWidget
calls Qt method void update(int x, int y, int w, int h)
inherited from QWidget
calls Qt method int width()
imported by
use Qt::QtWidgets::QRect;
calls Qt method QRect()
calls Qt method QRect(const QPoint& topleft, const QPoint& bottomright)
calls Qt method QRect(int left, int top, int width, int height)
calls Qt method int height()
calls Qt method int width()
calls Qt method int x()
calls Qt method int y()
imported by
use Qt::QtWidgets::QRegion;
calls Qt method QRegion()
imported by
use Qt::QtWidgets::QResizeEvent;
inherits QEvent
inherited from QEvent
calls Qt method void accept()
calls Qt method QResizeEvent(const QSize& size, const QSize& oldSize)
inherited from QEvent
calls Qt method void ignore()
inherited from QEvent
calls Qt method bool isAccepted()
calls Qt method QSize & oldSize()
calls Qt method QSize & size()
inherited from QEvent
calls Qt method bool spontaneous()
inherited from QEvent
calls Qt method Type type()
imported by
use Qt::QtWidgets::QSize;
calls Qt method QSize boundedTo(const QSize& arg1)
calls Qt method QSize()
calls Qt method QSize(int w, int h)
calls Qt method QSize expandedTo(const QSize& arg1)
calls Qt method int height()
calls Qt method bool isEmpty()
calls Qt method bool isNull()
calls Qt method bool isValid()
calls Qt method void setHeight(int h)
calls Qt method void setWidth(int w)
calls Qt method int width()
imported by
use Qt::QtWidgets::QTextEdit;
inherits QAbstractScrollArea
inherited from QWidget
calls Qt method void activateWindow()
calls Qt method QTextEdit(QWidget* parent = nullptr)
[virtual] [protected] inherited from QWidget
calls Qt method void enterEvent(QEvent* event)
inherited from QWidget
calls Qt method QFont & font()
inherited from QWidget
calls Qt method int height()
inherited from QWidget
calls Qt method bool isActiveWindow()
[virtual] [protected] inherited from QWidget
calls Qt method void leaveEvent(QEvent* event)
[virtual] [protected] inherited from QWidget
calls Qt method void mouseMoveEvent(QMouseEvent* event)
[virtual] [protected] inherited from QWidget
calls Qt method void mousePressEvent(QMouseEvent* event)
[virtual] [protected] inherited from QWidget
calls Qt method void mouseReleaseEvent(QMouseEvent* event)
[virtual] [protected] inherited from QWidget
calls Qt method void paintEvent(QPaintEvent* event)
inherited from QWidget
calls Qt method void render(QPaintDevice* target, const QPoint& targetOffset = QPoint(), const QRegion& sourceRegion = QRegion(), RenderFlags renderFlags = RenderFlags(DrawWindowBackground | DrawChildren))
[virtual] [protected] inherited from QWidget
calls Qt method void resizeEvent(QResizeEvent* event)
[slot] inherited from QWidget
calls Qt method void setDisabled(bool arg1)
inherited from QWidget
calls Qt method void setFixedHeight(int h)
inherited from QWidget
calls Qt method void setFixedSize(int w, int h)
inherited from QWidget
calls Qt method void setFixedWidth(int w)
[slot] inherited from QWidget
calls Qt method void setFocus()
inherited from QWidget
calls Qt method void setFocus(Qt::FocusReason reason)
inherited from QWidget
calls Qt method void setFocusPolicy(Qt::FocusPolicy policy)
inherited from QWidget
calls Qt method void setFont(const QFont& arg1)
inherited from QWidget
calls Qt method void setLayout(QLayout* arg1)
inherited from QWidget
calls Qt method void setMinimumSize(int minw, int minh)
inherited from QWidget
calls Qt method void setToolTip(const QString& arg1)
[slot] inherited from QWidget
calls Qt method void setWindowTitle(const QString& arg1)
[slot] inherited from QWidget
calls Qt method void show()
[slot] inherited from QWidget
calls Qt method void update()
inherited from QWidget
calls Qt method void update(int x, int y, int w, int h)
inherited from QWidget
calls Qt method int width()
imported by
use Qt::QtWidgets::QTimer;
inherits QObject
calls Qt method QTimer(QObject* parent = nullptr)
calls Qt method void setInterval(int msec)
[slot]
calls Qt method void start()
[slot]
calls Qt method void stop()
[private signal]
calls Qt method void timeout()
imported by
use Qt::QtWidgets::QVBoxLayout;
inherits QBoxLayout
inherited from QBoxLayout
calls Qt method void addLayout(QLayout* layout, int stretch = 0)
inherited from QLayout
calls Qt method void addWidget(QWidget* w)
calls Qt method QVBoxLayout()
inherited from QLayout
calls Qt method bool setAlignment(QWidget* w, Qt::Alignment alignment)
inherited from QLayout
calls Qt method bool setAlignment(QLayout* l, Qt::Alignment alignment)
imported by
use Qt::QtWidgets::QWidget;
inherits QObject
inherits QPaintDevice
inherited by QAbstractButton, QDialog, QFrame, QLineEdit, QMenu
enum RenderFlag
calls Qt method void activateWindow()
calls Qt method QWidget(QWidget* parent = nullptr, Qt::WindowFlags f = Qt::WindowFlags())
[virtual] [protected]
calls Qt method void enterEvent(QEvent* event)
calls Qt method QFont & font()
calls Qt method int height()
calls Qt method bool isActiveWindow()
[virtual] [protected]
calls Qt method void leaveEvent(QEvent* event)
[virtual] [protected]
calls Qt method void mouseMoveEvent(QMouseEvent* event)
[virtual] [protected]
calls Qt method void mousePressEvent(QMouseEvent* event)
[virtual] [protected]
calls Qt method void mouseReleaseEvent(QMouseEvent* event)
[virtual] [protected]
calls Qt method void paintEvent(QPaintEvent* event)
calls Qt method void render(QPaintDevice* target, const QPoint& targetOffset = QPoint(), const QRegion& sourceRegion = QRegion(), RenderFlags renderFlags = RenderFlags(DrawWindowBackground | DrawChildren))
[virtual] [protected]
calls Qt method void resizeEvent(QResizeEvent* event)
[slot]
calls Qt method void setDisabled(bool arg1)
calls Qt method void setFixedHeight(int h)
calls Qt method void setFixedSize(int w, int h)
calls Qt method void setFixedWidth(int w)
[slot]
calls Qt method void setFocus()
calls Qt method void setFocus(Qt::FocusReason reason)
calls Qt method void setFocusPolicy(Qt::FocusPolicy policy)
calls Qt method void setFont(const QFont& arg1)
calls Qt method void setLayout(QLayout* arg1)
calls Qt method void setMinimumSize(int minw, int minh)
calls Qt method void setToolTip(const QString& arg1)
[slot]
calls Qt method void setWindowTitle(const QString& arg1)
[slot]
calls Qt method void show()
[slot]
calls Qt method void update()
calls Qt method void update(int x, int y, int w, int h)
calls Qt method int width()
imported by
use Qt::QtWidgets::Qt;
enum AlignmentFlag
enum BrushStyle
enum FocusPolicy
enum FocusReason
enum GlobalColor
enum KeyboardModifier
enum MouseButton
enum MouseEventSource
enum PenStyle
enum TextFormat
enum WindowType