From 35c3facc81cf10a2070cc5091e4e447ecc7416e3 Mon Sep 17 00:00:00 2001 From: Manuel Schneider Date: Tue, 6 May 2014 14:37:44 +0200 Subject: Changes the approach of Qt Gui initialization to the member pointer approach. This means multiple inheritance is avoided and the form is now a member pointer of the class. Immlicitely renamed some ui elements for clearification. Again changed unnecessary use of QDialog to QWidget. --- gui/client/toolbar.ui | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) (limited to 'gui/client/toolbar.ui') diff --git a/gui/client/toolbar.ui b/gui/client/toolbar.ui index 8f32658..199eef2 100644 --- a/gui/client/toolbar.ui +++ b/gui/client/toolbar.ui @@ -1,7 +1,7 @@ - ToolbarClass - + Toolbar + 0 @@ -66,8 +66,17 @@ QCheckBox::indicator:checked:pressed { } - - + + + 0 + + + 0 + + + 0 + + 0 @@ -78,12 +87,12 @@ QCheckBox::indicator:checked:pressed { QFrame::Raised - + - 68 + 84 0 @@ -96,7 +105,7 @@ QCheckBox::indicator:checked:pressed { - + Qt::Horizontal @@ -119,7 +128,7 @@ QCheckBox::indicator:checked:pressed { - + Qt::Horizontal @@ -132,7 +141,7 @@ QCheckBox::indicator:checked:pressed { - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -143,7 +152,7 @@ p, li { white-space: pre-wrap; } - + 16 @@ -168,7 +177,6 @@ p, li { white-space: pre-wrap; } - -- cgit v1.2.3-55-g7522