1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00
This commit is contained in:
AbelTian 2018-06-13 16:48:09 +08:00
parent 9deb5590f5
commit cd6bb6e1cd
3 changed files with 5 additions and 3 deletions

View File

@ -146,7 +146,7 @@ public:
} }
} }
return true; return QQtLabel::eventFilter ( watched, event );;
} }
}; };

View File

@ -151,7 +151,7 @@ public:
} }
} }
return true; return QQtWidget::eventFilter ( watched, event );;
} }
}; };

View File

@ -59,7 +59,9 @@
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">background-color: rgb(164, 0, 0);</string> <string notr="true">QWidget#widget_4 {
background-color: rgb(164, 0, 0);
}</string>
</property> </property>
</widget> </widget>
</item> </item>