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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  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>94</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. }
  47. QLineEdit
  48. {
  49. border: 1px solid white;
  50. border-radius: 2px;
  51. }</string>
  52. </property>
  53. <layout class="QHBoxLayout" name="horizontalLayout">
  54. <item>
  55. <widget class="QLabel" name="label_3">
  56. <property name="sizePolicy">
  57. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  58. <horstretch>0</horstretch>
  59. <verstretch>0</verstretch>
  60. </sizepolicy>
  61. </property>
  62. <property name="minimumSize">
  63. <size>
  64. <width>150</width>
  65. <height>75</height>
  66. </size>
  67. </property>
  68. <property name="maximumSize">
  69. <size>
  70. <width>150</width>
  71. <height>75</height>
  72. </size>
  73. </property>
  74. <property name="text">
  75. <string/>
  76. </property>
  77. <property name="pixmap">
  78. <pixmap resource="../Epimafia/rc.qrc">:/epimafia/epimafia.jpg</pixmap>
  79. </property>
  80. <property name="scaledContents">
  81. <bool>true</bool>
  82. </property>
  83. </widget>
  84. </item>
  85. <item>
  86. <layout class="QVBoxLayout" name="verticalLayout">
  87. <item>
  88. <layout class="QFormLayout" name="formLayout">
  89. <item row="0" column="0">
  90. <widget class="QLabel" name="label">
  91. <property name="text">
  92. <string>Login:</string>
  93. </property>
  94. </widget>
  95. </item>
  96. <item row="1" column="0">
  97. <widget class="QLabel" name="label_2">
  98. <property name="text">
  99. <string>IP:</string>
  100. </property>
  101. </widget>
  102. </item>
  103. <item row="1" column="1">
  104. <widget class="QLineEdit" name="lineIp"/>
  105. </item>
  106. <item row="0" column="1">
  107. <layout class="QHBoxLayout" name="horizontalLayout_2">
  108. <property name="spacing">
  109. <number>2</number>
  110. </property>
  111. <item>
  112. <widget class="QLineEdit" name="lineLogin"/>
  113. </item>
  114. <item>
  115. <widget class="QPushButton" name="btnSearchLogin">
  116. <property name="toolTip">
  117. <string>Search on intra-bocal</string>
  118. </property>
  119. <property name="styleSheet">
  120. <string notr="true"/>
  121. </property>
  122. <property name="text">
  123. <string/>
  124. </property>
  125. <property name="icon">
  126. <iconset resource="../Epimafia/rc.qrc">
  127. <normaloff>:/epimafia/icon.png</normaloff>:/epimafia/icon.png</iconset>
  128. </property>
  129. <property name="iconSize">
  130. <size>
  131. <width>20</width>
  132. <height>20</height>
  133. </size>
  134. </property>
  135. </widget>
  136. </item>
  137. </layout>
  138. </item>
  139. </layout>
  140. </item>
  141. <item>
  142. <widget class="QLabel" name="labelStatus">
  143. <property name="text">
  144. <string>idle</string>
  145. </property>
  146. <property name="alignment">
  147. <set>Qt::AlignCenter</set>
  148. </property>
  149. </widget>
  150. </item>
  151. </layout>
  152. </item>
  153. </layout>
  154. </widget>
  155. <layoutdefault spacing="6" margin="11"/>
  156. <tabstops>
  157. <tabstop>lineLogin</tabstop>
  158. <tabstop>lineIp</tabstop>
  159. <tabstop>btnSearchLogin</tabstop>
  160. </tabstops>
  161. <resources>
  162. <include location="../Epimafia/rc.qrc"/>
  163. </resources>
  164. <connections/>
  165. </ui>