IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

QTimeEdit Class

The QTimeEdit class provides a widget for editing times based on the QDateTimeEdit widget.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

QTimeEdit Class

  • Header: QTimeEdit

  • CMake:

    find_package(Qt6 REQUIRED COMPONENTS Widgets)

    target_link_libraries(mytarget PRIVATE Qt6::Widgets)

  • qmake: QT += widgets

  • Inherits: QDateTimeEdit

  • Group: QTimeEdit is part of basicwidgets

Detailed Description

Image non disponible

Many of the properties and functions provided by QTimeEdit are implemented in QDateTimeEdit. These are the relevant properties of this class:

  • time holds the time displayed by the widget.

  • minimumTime defines the minimum (earliest) time that can be set by the user.

  • maximumTime defines the maximum (latest) time that can be set by the user.

  • displayFormat contains a string that is used to format the time displayed in the widget.

See Also

Member Function Documentation

 

[explicit] QTimeEdit::QTimeEdit(QWidget *parent = nullptr)

Constructs an empty time editor with a parent.

[explicit] QTimeEdit::QTimeEdit(QTime time, QWidget *parent = nullptr)

Constructs an empty time editor with a parent. The time is set to time.

[virtual] QTimeEdit::~QTimeEdit()

Destructor.

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+