123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>Widget</class>
- <widget class="QWidget" name="Widget">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>364</width>
- <height>93</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Login finder - Epimafia</string>
- </property>
- <property name="windowIcon">
- <iconset>
- <normaloff>:/icon.jpg</normaloff>:/icon.jpg</iconset>
- </property>
- <property name="styleSheet">
- <string notr="true">QWidget
- {
- background-color: rgb(0, 0, 0);
- color: rgb(255, 255, 255);
- }
- QPushButton
- {
- border: 1px solid white;
- border-radius: 4px;
- }
- QPushButton:hover
- {
- background-color:rgb(71, 71, 71);
- }
- QPushButton:pressed
- {
- background-color:rgb(42, 42, 42);
- }
- QFrame, QToolTip
- {
- color: black;
- }
- QLabel
- {
- color: white;
- }</string>
- </property>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <item>
- <widget class="QLabel" name="label_3">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>150</width>
- <height>75</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>150</width>
- <height>75</height>
- </size>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="pixmap">
- <pixmap resource="../Epimafia/rc.qrc">:/epimafia/epimafia.jpg</pixmap>
- </property>
- <property name="scaledContents">
- <bool>true</bool>
- </property>
- </widget>
- </item>
- <item>
- <layout class="QVBoxLayout" name="verticalLayout">
- <item>
- <layout class="QFormLayout" name="formLayout">
- <item row="0" column="0">
- <widget class="QLabel" name="label">
- <property name="text">
- <string>Login:</string>
- </property>
- </widget>
- </item>
- <item row="1" column="0">
- <widget class="QLabel" name="label_2">
- <property name="text">
- <string>IP:</string>
- </property>
- </widget>
- </item>
- <item row="1" column="1">
- <widget class="QLineEdit" name="lineIp"/>
- </item>
- <item row="0" column="1">
- <layout class="QHBoxLayout" name="horizontalLayout_2">
- <property name="spacing">
- <number>2</number>
- </property>
- <item>
- <widget class="QLineEdit" name="lineLogin"/>
- </item>
- <item>
- <widget class="QPushButton" name="btnSearchLogin">
- <property name="toolTip">
- <string>Search on intra-bocal</string>
- </property>
- <property name="styleSheet">
- <string notr="true"/>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="icon">
- <iconset resource="../Epimafia/rc.qrc">
- <normaloff>:/epimafia/icon.png</normaloff>:/epimafia/icon.png</iconset>
- </property>
- <property name="iconSize">
- <size>
- <width>20</width>
- <height>20</height>
- </size>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </item>
- <item>
- <widget class="QLabel" name="labelStatus">
- <property name="text">
- <string>idle</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <tabstops>
- <tabstop>lineLogin</tabstop>
- <tabstop>lineIp</tabstop>
- <tabstop>btnSearchLogin</tabstop>
- </tabstops>
- <resources>
- <include location="../Epimafia/rc.qrc"/>
- </resources>
- <connections/>
- </ui>
|