python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
PyQt5 using custom QDockWidget from Designer ui file
I'm trying to build an app with extensive use of QDockwidgets. However, I've found that I cannot use QDockwidgets made in Qt Designer.
Here's my customized dockwidget.ui as displayed in Designer:
Her...
bfris
Votes: 0
Answers: 1
How to set text on status bar and enabled close button in QDockWidget in Qt?
I have a QDockWidget and QToolBar in it. I tried to set StatusBar for QdockWidget but it could not be set.
Every QDockWidget has default close button (top most right corner) but my DockWidget does not...
tushar
Votes: 0
Answers: 1
QObject::connect: Cannot connect (particular signals) to (null)
I am trying to add multiple tab in QDockWidget which was inherited by class sView. For that I have written custom made signals and slots.
But I am getting following error.
QObject::connect: Cannot con...
tushar
Votes: 0
Answers: 0
How to add tool bar at the top in QDockWidget?
I am trying to create tool bar at QdockWidget. But the icons in tool bar are not getting placed at proper position. They should come just below the title.
QWidget* placeholder = new QWidget();
...
tushar
Votes: 0
Answers: 1