From bd6dfa1ebd790469fa77d220e6eea8cd11cff848 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Thu, 30 May 2013 11:30:23 -0300 Subject: [PATCH] Align Labels on center. There was already a code for that on the maintab.cpp, but since I moved all labels to groupboxes, the code stopped working, and I tougth it'd better to kill the code since it's faster and safer to use the interface builder for that. Signed-off-by: Tomaz Canabrava --- qt-ui/maintab.cpp | 7 ------ qt-ui/maintab.ui | 60 +++++++++++++++++++++++++++++++++++++---------- 2 files changed, 48 insertions(+), 19 deletions(-) diff --git a/qt-ui/maintab.cpp b/qt-ui/maintab.cpp index ca2f18ef0..1de80271e 100644 --- a/qt-ui/maintab.cpp +++ b/qt-ui/maintab.cpp @@ -48,13 +48,6 @@ MainTab::MainTab(QWidget *parent) : QTabWidget(parent), ui->rating->installEventFilter(this); ui->visibility->installEventFilter(this); - /* example of where code is more concise than Qt designer */ - QList infoTabWidgets = ui->infoTab->children(); - Q_FOREACH(QObject* obj, infoTabWidgets) { - QLabel* label = qobject_cast(obj); - if (label) - label->setAlignment(Qt::AlignHCenter); - } QList statisticsTabWidgets = ui->statisticsTab->children(); Q_FOREACH(QObject* obj, statisticsTabWidgets) { QLabel* label = qobject_cast(obj); diff --git a/qt-ui/maintab.ui b/qt-ui/maintab.ui index 7845cfb52..39dcb7dc6 100644 --- a/qt-ui/maintab.ui +++ b/qt-ui/maintab.ui @@ -224,7 +224,10 @@ - TextLabel + + + + Qt::AlignCenter @@ -240,7 +243,10 @@ - TextLabel + + + + Qt::AlignCenter @@ -256,7 +262,10 @@ - TextLabel + + + + Qt::AlignCenter @@ -272,7 +281,10 @@ - TextLabel + + + + Qt::AlignCenter @@ -288,7 +300,10 @@ - TextLabel + + + + Qt::AlignCenter @@ -304,7 +319,10 @@ - TextLabel + + + + Qt::AlignCenter @@ -320,7 +338,10 @@ - TextLabel + + + + Qt::AlignCenter @@ -336,7 +357,10 @@ - TextLabel + + + + Qt::AlignCenter @@ -352,7 +376,10 @@ - TextLabel + + + + Qt::AlignCenter @@ -368,7 +395,10 @@ - TextLabel + + + + Qt::AlignCenter @@ -384,7 +414,10 @@ - TextLabel + + + + Qt::AlignCenter @@ -400,7 +433,10 @@ - TextLabel + + + + Qt::AlignCenter