Add a resource exporter module
This commit is contained in:
@@ -133,10 +133,10 @@ QIcon CaptureButton::icon() const {
|
||||
void CaptureButton::mousePressEvent(QMouseEvent *e) {
|
||||
if (e->button() == Qt::LeftButton) {
|
||||
Q_EMIT pressedButton(this);
|
||||
Q_EMIT pressed();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
void CaptureButton::animatedShow() {
|
||||
if(!isVisible()) {
|
||||
show();
|
||||
|
||||
Reference in New Issue
Block a user