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

Detailed Description

The QPageRanges::Range struct holds the from and to endpoints of a range.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

  • Header: Range

  • CMake:

    find_package(Qt6 REQUIRED COMPONENTS Gui)

    target_link_libraries(mytarget PRIVATE Qt6::Gui)

  • qmake: QT += gui

Detailed Description

 

See Also

Member Function Documentation

 

bool Range::contains(int pageNumber) const

Returns true if pageNumber is within the interval [from, to]; otherwise returns false.

Member Variable Documentation

 

int Range::from

This variable holds the lower endpoint of the range

int Range::to

This variable holds the upper endpoint of the range

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