summaryrefslogtreecommitdiffstats
path: root/src/gui/connectionFrame.h
diff options
context:
space:
mode:
authorJohann Latocha2011-03-07 23:37:42 +0100
committerJohann Latocha2011-03-07 23:37:42 +0100
commit4e5346da040e340db552b7661cc280c4cbf6ee0d (patch)
tree45d41d8f9dd3703b23db800f2b55dca6ff9710ae /src/gui/connectionFrame.h
parent[PVSMGRTOUCH] Add info dialog (name and passwd) (diff)
downloadpvs-4e5346da040e340db552b7661cc280c4cbf6ee0d.tar.gz
pvs-4e5346da040e340db552b7661cc280c4cbf6ee0d.tar.xz
pvs-4e5346da040e340db552b7661cc280c4cbf6ee0d.zip
[PVSMGRTOUCH]
* QSplitter removed * SizePolicy set to MinimumExpanding
Diffstat (limited to 'src/gui/connectionFrame.h')
-rw-r--r--src/gui/connectionFrame.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/gui/connectionFrame.h b/src/gui/connectionFrame.h
index 235d0fc..6578793 100644
--- a/src/gui/connectionFrame.h
+++ b/src/gui/connectionFrame.h
@@ -154,15 +154,12 @@ protected:
private:
Frame *_frame;
- //clickableLabel *frame;
- QSplitter *_split;
- QGridLayout* _gL;
+ QVBoxLayout *_layoutTop;
+ QHBoxLayout *_layoutBottom;
QLabel* _ip;
QLabel* _status;
QLabel* _dozentContaimner;
QWidget* _conFrameTaskbar;
- QGridLayout* _gLayout;
- QHBoxLayout* _hLayoutInCfTaskbar;
PVSClient* _myConnection;
QPixmap _clientPix;