Use Listbox instead of BigBtn.
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
#include <QStylePainter>
|
||||
|
||||
ListBox::ListBox(QWidget *parent) : QToolButton(parent) {
|
||||
|
||||
this->setLayoutDirection(Qt::RightToLeft);
|
||||
this->setObjectName("ListBox");
|
||||
}
|
||||
|
||||
void ListBox::paintEvent(QPaintEvent *e) {
|
||||
|
||||
Reference in New Issue
Block a user