I was not able to use QHBoxLayout,
When I use
Qt Code:
MyDoubleSpinBox2 *editor = new MyDoubleSpinBox2(parent); QToolButton *tool; tool->setText("..."); QHBoxLayout layout; layout.addWidget(editor); layout.addWidget(tool);To copy to clipboard, switch view to plain text mode
I could not see tool button




Reply With Quote
Bookmarks