when i enabled this section (http://www.23hq.com/0O-1/photo/14667535?) Iād like to use this button (http://www.23hq.com/0O-1/photo/14667542?) Reproducible: Always
Created attachment 83782 [details] File 1 for posterity
Created attachment 83783 [details] File 2 for posterity
hi, i just tried to implement the button and its working now. Here is a short explanation of what i did :- Added a new action in part.cpp for play pause button. Enabled the action in presentationwidget.cpp and added it to the topBar. Finally connected the toggled signal to a new slot. In that new slot when the signal is toggled on m_nextPageTimer is started and its singleShot is set to false, so that it starts playing the page. when the signal is toggled off m_nextPageTimer is stopped and the singleShot is set to true.
(In reply to comment #3) > hi, > > i just tried to implement the button and its working now. Here is a short > explanation of what i did :- > > Added a new action in part.cpp for play pause button. > Enabled the action in presentationwidget.cpp and added it to the topBar. > Finally connected the toggled signal to a new slot. > In that new slot when the signal is toggled on m_nextPageTimer is started > and its singleShot is set to false, so that it starts playing the page. > when the signal is toggled off m_nextPageTimer is stopped and the singleShot > is set to true. Is it the correct way of implementation??? Also how will i get the play and pause button icon?? Sorry for the previous message, was posted incomplete by mistake.
Please submit the path to reviewboard, it's much easier discussing over actual code than over description of the code :-)
Git commit 921815b58b80d569284dab53ce83f747aa295363 by Albert Astals Cid, on behalf of Saheb Preet Singh. Committed on 24/02/2014 at 21:39. Pushed by aacid into branch 'master'. Implement a play pause button in presentation mode REVIEW: 115072 GUI M +4 -0 part.cpp M +34 -1 ui/presentationwidget.cpp M +2 -0 ui/presentationwidget.h http://commits.kde.org/okular/921815b58b80d569284dab53ce83f747aa295363