Mercurial > trustbridge
comparison ui/mainwindow.h @ 754:27043d74dc90
(Issue25) Align header contents in their own column.
We now also stretch column 3 so that the contents are aligned
with the descriptive labels without a space in between.
Sadly this causes the quit button to be resized to it's minimum
instead of sharing the space with the installation button as the
installation button is so large that it squeezes the push button.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 07 Jul 2014 12:38:33 +0200 |
parents | a467204a35f5 |
children | 4efd6378c001 |
comparison
equal
deleted
inserted
replaced
753:7c1f34115ede | 754:27043d74dc90 |
---|---|
245 QWidget *mRemoveWidget; | 245 QWidget *mRemoveWidget; |
246 QWidget *mInfoWidget; | 246 QWidget *mInfoWidget; |
247 | 247 |
248 QLabel *mUpdatesHeader; | 248 QLabel *mUpdatesHeader; |
249 QLabel *mLastCertUpdate; | 249 QLabel *mLastCertUpdate; |
250 QLabel *mLastCertUpdateContents; | |
250 QLabel *mSoftwareVersionLabel; | 251 QLabel *mSoftwareVersionLabel; |
252 QLabel *mSoftwareVersionContents; | |
251 QLabel *mLastUpdateCheck; | 253 QLabel *mLastUpdateCheck; |
254 QLabel *mLastUpdateCheckContents; | |
252 QLabel *mUpdatesNewCertificates; | 255 QLabel *mUpdatesNewCertificates; |
253 QLabel *mUpdatesRemoveCertificates; | 256 QLabel *mUpdatesRemoveCertificates; |
254 QLabel *mUpdatesManualCertificates; | 257 QLabel *mUpdatesManualCertificates; |
255 QLabel *mUpdatesTip; | 258 QLabel *mUpdatesTip; |
256 | 259 |