You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

widget.ui 3.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Widget</class>
  4. <widget class="QWidget" name="Widget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>364</width>
  10. <height>93</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Login finder - Epimafia</string>
  15. </property>
  16. <property name="windowIcon">
  17. <iconset>
  18. <normaloff>:/icon.jpg</normaloff>:/icon.jpg</iconset>
  19. </property>
  20. <property name="styleSheet">
  21. <string notr="true">QWidget
  22. {
  23. background-color: rgb(0, 0, 0);
  24. color: rgb(255, 255, 255);
  25. }
  26. QPushButton
  27. {
  28. border: 1px solid white;
  29. border-radius: 4px;
  30. }
  31. QPushButton:hover
  32. {
  33. background-color:rgb(71, 71, 71);
  34. }
  35. QPushButton:pressed
  36. {
  37. background-color:rgb(42, 42, 42);
  38. }
  39. QFrame, QToolTip
  40. {
  41. color: black;
  42. }
  43. QLabel
  44. {
  45. color: white;
  46. }</string>
  47. </property>
  48. <layout class="QHBoxLayout" name="horizontalLayout">
  49. <item>
  50. <widget class="QLabel" name="label_3">
  51. <property name="sizePolicy">
  52. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  53. <horstretch>0</horstretch>
  54. <verstretch>0</verstretch>
  55. </sizepolicy>
  56. </property>
  57. <property name="minimumSize">
  58. <size>
  59. <width>150</width>
  60. <height>75</height>
  61. </size>
  62. </property>
  63. <property name="maximumSize">
  64. <size>
  65. <width>150</width>
  66. <height>75</height>
  67. </size>
  68. </property>
  69. <property name="text">
  70. <string/>
  71. </property>
  72. <property name="pixmap">
  73. <pixmap resource="../Epimafia/rc.qrc">:/epimafia/epimafia.jpg</pixmap>
  74. </property>
  75. <property name="scaledContents">
  76. <bool>true</bool>
  77. </property>
  78. </widget>
  79. </item>
  80. <item>
  81. <layout class="QVBoxLayout" name="verticalLayout">
  82. <item>
  83. <layout class="QFormLayout" name="formLayout">
  84. <item row="0" column="0">
  85. <widget class="QLabel" name="label">
  86. <property name="text">
  87. <string>Login:</string>
  88. </property>
  89. </widget>
  90. </item>
  91. <item row="1" column="0">
  92. <widget class="QLabel" name="label_2">
  93. <property name="text">
  94. <string>IP:</string>
  95. </property>
  96. </widget>
  97. </item>
  98. <item row="1" column="1">
  99. <widget class="QLineEdit" name="lineIp"/>
  100. </item>
  101. <item row="0" column="1">
  102. <layout class="QHBoxLayout" name="horizontalLayout_2">
  103. <property name="spacing">
  104. <number>2</number>
  105. </property>
  106. <item>
  107. <widget class="QLineEdit" name="lineLogin"/>
  108. </item>
  109. <item>
  110. <widget class="QPushButton" name="btnSearchLogin">
  111. <property name="toolTip">
  112. <string>Search on intra-bocal</string>
  113. </property>
  114. <property name="styleSheet">
  115. <string notr="true"/>
  116. </property>
  117. <property name="text">
  118. <string/>
  119. </property>
  120. <property name="icon">
  121. <iconset resource="../Epimafia/rc.qrc">
  122. <normaloff>:/epimafia/icon.png</normaloff>:/epimafia/icon.png</iconset>
  123. </property>
  124. <property name="iconSize">
  125. <size>
  126. <width>20</width>
  127. <height>20</height>
  128. </size>
  129. </property>
  130. </widget>
  131. </item>
  132. </layout>
  133. </item>
  134. </layout>
  135. </item>
  136. <item>
  137. <widget class="QLabel" name="labelStatus">
  138. <property name="text">
  139. <string>idle</string>
  140. </property>
  141. <property name="alignment">
  142. <set>Qt::AlignCenter</set>
  143. </property>
  144. </widget>
  145. </item>
  146. </layout>
  147. </item>
  148. </layout>
  149. </widget>
  150. <layoutdefault spacing="6" margin="11"/>
  151. <tabstops>
  152. <tabstop>lineLogin</tabstop>
  153. <tabstop>lineIp</tabstop>
  154. <tabstop>btnSearchLogin</tabstop>
  155. </tabstops>
  156. <resources>
  157. <include location="../Epimafia/rc.qrc"/>
  158. </resources>
  159. <connections/>
  160. </ui>