From bd0f3345a938b35ce6a12f6150373b0955b8dd12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 15:24:15 -0500 Subject: Add Qt3 development HEAD version --- doc/html/basic.html | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 doc/html/basic.html (limited to 'doc/html/basic.html') diff --git a/doc/html/basic.html b/doc/html/basic.html new file mode 100644 index 0000000..074a78b --- /dev/null +++ b/doc/html/basic.html @@ -0,0 +1,67 @@ + + + + + +Basic Widgets + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

Basic Widgets

+ + +

These basic controls (widgets) are designed for direct use. There are +also some abstract widget classes, +designed for subclassing, and some more complex +widgets. +

+

+
QActionAbstract user interface action that can appear both in menus and tool bars +
QActionGroupGroups actions together +
QCheckBoxCheckbox with a text label +
QComboBoxCombined button and popup list +
QDialRounded range control (like a speedometer or potentiometer) +
QLabelText or image display +
QLCDNumberDisplays a number with LCD-like digits +
QLineEditOne-line text editor +
QPopupMenuPopup menu widget +
QPushButtonCommand button +
QRadioButtonRadio button with a text or pixmap label +
QScrollBarVertical or horizontal scroll bar +
QSizeGripCorner-grip for resizing a top-level window +
QSliderVertical or horizontal slider +
QSpinBoxSpin box widget (spin button) +
QSyntaxHighlighterBase class for implementing QTextEdit syntax highlighters +
QTextEditPowerful single-page rich text editor +
QToolButtonQuick-access button to commands or options, usually used inside a QToolBar +
+ +


+ +
Copyright © 2007 +TrolltechTrademarks +
Qt 3.3.8
+
+ -- cgit v1.2.3