21 stackedWidget->
addWidget(firstPageWidget);
22 stackedWidget->
addWidget(secondPageWidget);
23 stackedWidget->
addWidget(thirdPageWidget);
43int main(
int argc,
char *argv[])
The QApplication class manages the GUI application's control flow and main settings.
static int exec()
Enters the main event loop and waits until exit() is called, then returns the value that was set to e...
The QComboBox widget is a combined button and popup list.
void activated(int index)
This signal is sent when the user chooses an item in the combobox.
void addItem(const QString &text, const QVariant &userData=QVariant())
Adds an item to the combobox with the given text, and containing the specified userData (stored in th...
void addWidget(QWidget *w)
Adds widget w to this layout in a manner specific to the layout.
QObject * parent() const
Returns a pointer to the parent object.
static QMetaObject::Connection connect(const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection)
\threadsafe
The QVBoxLayout class lines up widgets vertically.
QApplication app(argc, argv)
[0]
IUIAutomationTreeWalker __RPC__deref_out_opt IUIAutomationElement ** parent