Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QApplication>
#include <QMetaObject>
#include <QMetaMethod>
#include <QMetaProperty>
#include <QDebug>
#include "window.h"
Go to the source code of this file.
Functions | |
void | exposeMethod (const QMetaMethod &) |
void | exposeProperty (const QMetaProperty &) |
int | main (int argc, char *argv[]) |
[2] | |
void exposeMethod | ( | const QMetaMethod & | ) |
void exposeProperty | ( | const QMetaProperty & | ) |
int main | ( | int | argc, |
char * | argv[] ) |
[2]
[main_cpp]
[main.cpp body]
The main function for the string list model example.
Create a default directory model and, using the index-based interface to the model and some QLabel widgets, populate the window's layout with the names of objects in the directory.
[0] //! [1]
[1]
[using a custom style]
[QApplication subclass]
[21]
[getter functions]
[0]
[3]
[4]
This creates and populates a model with values from a string list then displays the contents of the model using a QListView widget. [0]
[0] [1]
[3]
[2]
[Window class using revision]
[Window class using revision]
[Window class using revision]
[Window class using revision]