Skip to content

archerabi/Qt-Rotating-Widget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

//usage

RotatingStackedWidget* rotWidget = new RotatingStackedWidget;


    rotWidget->addWidget(widget1);
    rotWidget->addWidget(widget2);
    rotWidget->setCurrentWidget(widget1);

rotWidget->rotate(0);

About

Subclass of QStackedWidget that rotates to display child widgets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published