From 1a0bb4e833f4a6dbef65f4f4641f9920c13a04fc Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 11 Aug 2017 15:00:33 +0200 Subject: Move code to src/, tweak CMakeLists.txt --- src/loginform.ui | 267 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 267 insertions(+) create mode 100644 src/loginform.ui (limited to 'src/loginform.ui') diff --git a/src/loginform.ui b/src/loginform.ui new file mode 100644 index 0000000..3525a9d --- /dev/null +++ b/src/loginform.ui @@ -0,0 +1,267 @@ + + + LoginForm + + + + 0 + 0 + 350 + 325 + + + + + Andale Mono + 12 + + + + LoginForm + + + QWidget { + border-radius: 5px; +} + +#hostnameLabel { + color: white; +} + +#formFrame { + background-color: rgba(80,80,80, 180); + border-radius: 10px; +} + +QComboBox, +QPushButton { + border: 1px solid silver; + background-color: rgb(200, 200, 200); +} + +QComboBox::drop-down { + border: none; + width: 24px; + text-align: center; +} + +QComboBox::down-arrow { + image: url(:/resources/dropdown.svg); +} + + + + + + + + 0 + 0 + + + + + 25 + + + 8 + + + + + + 0 + 60 + + + + + 10000 + 60 + + + + + Bitstream Vera Sans + 14 + 50 + true + false + + + + Hostname + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter + + + 0 + + + 10 + + + + + + + + 50 + 50 + + + + + 50 + 50 + + + + + + + :/resources/rqt-2.png + + + true + + + Qt::AlignCenter + + + + + + + + 200 + 60 + + + + + 10000 + 60 + + + + + Bitstream Vera Sans + 50 + false + + + + QLineEdit::Normal + + + user id + + + + + + + + 0 + 60 + + + + + 10000 + 60 + + + + + Bitstream Vera Sans + 50 + false + + + + + + + QLineEdit::Password + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter + + + password + + + 0 + + + 10 + + + + + + + + 200 + 60 + + + + + 10000 + 60 + + + + + Bitstream Vera Sans + 50 + false + + + + QComboBox::AdjustToContents + + + true + + + + + + + + 80 + 60 + + + + + 80 + 60 + + + + + + + + + :/resources/leaveIcon.svg:/resources/leaveIcon.svg + + + + + + + + + + + + + + -- cgit v1.2.3-55-g7522