homepage.ui 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>homepage</class>
  4. <widget class="QWidget" name="homepage">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1096</width>
  10. <height>642</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <widget class="QWidget" name="verticalLayoutWidget">
  17. <property name="geometry">
  18. <rect>
  19. <x>70</x>
  20. <y>80</y>
  21. <width>461</width>
  22. <height>80</height>
  23. </rect>
  24. </property>
  25. <layout class="QVBoxLayout" name="verticalLayout">
  26. <item>
  27. <widget class="QLabel" name="label">
  28. <property name="text">
  29. <string>今日爆破数:</string>
  30. </property>
  31. </widget>
  32. </item>
  33. </layout>
  34. </widget>
  35. <widget class="QWidget" name="verticalLayoutWidget_2">
  36. <property name="geometry">
  37. <rect>
  38. <x>539</x>
  39. <y>79</y>
  40. <width>381</width>
  41. <height>81</height>
  42. </rect>
  43. </property>
  44. <layout class="QVBoxLayout" name="verticalLayout_2">
  45. <item>
  46. <widget class="QLCDNumber" name="lcdNumber"/>
  47. </item>
  48. </layout>
  49. </widget>
  50. <widget class="QLabel" name="label_2">
  51. <property name="geometry">
  52. <rect>
  53. <x>82</x>
  54. <y>200</y>
  55. <width>341</width>
  56. <height>20</height>
  57. </rect>
  58. </property>
  59. <property name="text">
  60. <string>本周爆破数:</string>
  61. </property>
  62. </widget>
  63. <widget class="QLCDNumber" name="lcdNumber_2">
  64. <property name="geometry">
  65. <rect>
  66. <x>580</x>
  67. <y>190</y>
  68. <width>331</width>
  69. <height>61</height>
  70. </rect>
  71. </property>
  72. </widget>
  73. </widget>
  74. <resources/>
  75. <connections/>
  76. </ui>