Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Use button box for cross platform consistency
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8550 c8812cc2-4d05-0410-92ff-de0c093fc19c
- Loading branch information
Showing
with
69 additions
and 75 deletions.
- +0 −2 src/app/qgsludialog.cpp
- +69 −73 src/ui/qgsludialogbase.ui
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -23,8 +23,6 @@ QgsLUDialog::QgsLUDialog(QWidget *parent, Qt::WFlags fl) | ||
: QDialog(parent, fl) | ||
{ | ||
setupUi(this); | ||
} | ||
|
||
QgsLUDialog::~QgsLUDialog() | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters