custom context menus (including tray menu for windows) done

This commit is contained in:
John Preston
2014-09-28 19:47:30 -07:00
parent a4e9dadc2d
commit 0d85f91453
28 changed files with 375 additions and 126 deletions
+5
View File
@@ -150,6 +150,11 @@ void IconedButton::setOpacity(float64 opacity) {
update();
}
void IconedButton::setText(const QString &text) {
_text = text;
update();
}
bool IconedButton::animStep(float64 ms) {
float64 dt = ms / _st.duration;
bool res = true;