Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
src_corelib_animation_qpropertyanimation.cpp File Reference

(20364bb611116dd918c0f5259184e9b37ddd1e71)

#include <QParallelAnimationGroup>
#include <QSequentialAnimationGroup>
#include <QApplication>
#include <QPushButton>
#include <QPropertyAnimation>
Include dependency graph for src_corelib_animation_qpropertyanimation.cpp:

Go to the source code of this file.

Classes

class  MyButtonWidget
 [includes] More...

Functions

int main (int argc, char *argv[])
 [ctor_close]

Function Documentation

◆ main()

int main ( int argc,
char * argv[] )

[ctor_close]

[0] [1]

[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]

[4]

[QApplication subclass]

[2]

[21]

[getter functions]

[0]

[3]

[main]

This creates and populates a model with values from a string list then displays the contents of the model using a QListView widget. [0]

[printing a custom type]

[printing a custom type] [storing a custom value]

[storing a custom value]

[retrieving a custom value]

[retrieving a custom value]

Definition at line 100 of file src_corelib_animation_qpropertyanimation.cpp.

Referenced by qtEntryPoint().

Here is the caller graph for this function: