Files
PyBlackBox_Qt_Widgets_PySid…/login.ui
VFX - Visual Effects bccd10fc77 first commit
2021-05-26 13:56:50 -03:00

242 lines
6.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Login</class>
<widget class="QMainWindow" name="Login">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>300</width>
<height>420</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>300</width>
<height>420</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>300</width>
<height>420</height>
</size>
</property>
<property name="windowTitle">
<string>Login. PyBlackBOX</string>
</property>
<property name="styleSheet">
<string notr="true">#bg {
background-color: rgb(0, 0, 0);
border-radius: 10px;
}
QLabel {
color: rgb(121, 121, 121);
padding-left: 10px;
padding-top: 20px;
}
.QLineEdit {
border: 3px solid rgb(47, 48, 50);
border-radius: 15px;
background-color: rgb(47, 48, 50);
color: rgb(121, 121, 121);
padding-left: 10px;
padding-right: 10px;
background-repeat: none;
background-position: left center;
}
.QLineEdit:hover {
color: rgb(230, 230, 230);
border: 3px solid rgb(62, 63, 66);
}
.QLineEdit:focus {
color: rgb(230, 230, 230);
border: 3px solid rgb(189, 255, 0);
background-color: rgb(14, 14, 15);
}</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>10</number>
</property>
<property name="topMargin">
<number>10</number>
</property>
<property name="rightMargin">
<number>10</number>
</property>
<property name="bottomMargin">
<number>10</number>
</property>
<item>
<widget class="QFrame" name="bg">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QFrame" name="frame_widgets">
<property name="geometry">
<rect>
<x>0</x>
<y>70</y>
<width>280</width>
<height>720</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>280</width>
<height>720</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<property name="spacing">
<number>5</number>
</property>
<property name="leftMargin">
<number>20</number>
</property>
<property name="topMargin">
<number>10</number>
</property>
<property name="rightMargin">
<number>20</number>
</property>
<property name="bottomMargin">
<number>10</number>
</property>
<item>
<widget class="QFrame" name="preloader">
<property name="minimumSize">
<size>
<width>240</width>
<height>240</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>260</width>
<height>260</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QFrame" name="logo">
<property name="minimumSize">
<size>
<width>0</width>
<height>260</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">#logo {
border-radius: 10px;
background-image: url(:/images_svg/images/images_svg/logo_home.svg);
background-position: center;
background-repeat: no-repeat;
}</string>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="user_description">
<property name="styleSheet">
<string notr="true">background: transparent;</string>
</property>
<property name="text">
<string>Login (pass: 123456):</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="username">
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>40</height>
</size>
</property>
<property name="placeholderText">
<string>Username</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="password">
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>40</height>
</size>
</property>
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>
<property name="placeholderText">
<string>Password</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
</widget>
<resources>
<include location="resources.qrc"/>
</resources>
<connections/>
</ui>