protocol changes, menu cleanups, phase button speed improvement

This commit is contained in:
Max-Wilhelm Bruker 2009-09-21 20:21:11 +02:00
parent ab3858239f
commit 890740bcc9
19 changed files with 514 additions and 442 deletions

View file

@ -13,6 +13,9 @@ private:
QString phaseText;
bool active;
QAction *doubleClickAction;
QPixmap activePixmap, inactivePixmap;
void updatePixmap(QPixmap &pixmap, bool active);
public:
PhaseButton(const QIcon &icon, QAction *_doubleClickAction = 0);
void setPhaseText(const QString &_phaseText);