Olive
ui
playbutton.h
1
#ifndef PLAYBUTTON_H
2
#define PLAYBUTTON_H
3
4
#include <QPushButton>
5
6
class
PlayButton
:
public
QPushButton
7
{
8
public
:
9
PlayButton
(QWidget* parent = 0);
10
private
:
11
QString play_text;
12
QString pause_text;
13
};
14
15
#endif // PLAYBUTTON_H
PlayButton
Definition:
playbutton.h:6
Generated by
1.8.15