The old code used a grid layout inside the QGroupBox, but the design
with labels in the first and edit-widgets in the second column lends
itself to a QFormLayout, which adapts the alignment of the widgets to
the platform style, so use that.
Amends
|
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| browser.cpp | ||
| browser.h | ||
| browserwidget.ui | ||
| connectionwidget.cpp | ||
| connectionwidget.h | ||
| main.cpp | ||
| qsqlconnectiondialog.cpp | ||
| qsqlconnectiondialog.h | ||
| qsqlconnectiondialog.ui | ||
| sqlbrowser.pro | ||