Guest User

Untitled

a guest
Jun 25th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.22 KB | None | 0 0
  1. QList<QPair<QAction *, QState *> > pages;
  2.  
  3. pages << addMenuEntry("Meal Planner", mealPlanner);
  4.  
  5.  
  6. for (int i = 0; i < pages.count(); i++) {
  7.     for (int j = 0; j < pages.count(); j++) {
  8.          // Add transition
  9.     }
  10. }
Add Comment
Please, Sign In to add comment