tipwidget.ui 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>TipWidget</class>
  4. <widget class="QWidget" name="TipWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>168</width>
  10. <height>56</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <property name="styleSheet">
  17. <string notr="true">QLabel
  18. {
  19. background:transparent;
  20. }
  21. QLabel#label_tipIcon
  22. {
  23. font-weight: 500;
  24. font-size: 16px;
  25. color: rgba(0,0,0,0.85);
  26. line-height: 24px;
  27. text-align: left;
  28. font-style: normal;
  29. }
  30. </string>
  31. </property>
  32. <layout class="QHBoxLayout" name="horizontalLayout">
  33. <item>
  34. <widget class="QLabel" name="label_tipIcon">
  35. <property name="sizePolicy">
  36. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  37. <horstretch>0</horstretch>
  38. <verstretch>0</verstretch>
  39. </sizepolicy>
  40. </property>
  41. <property name="minimumSize">
  42. <size>
  43. <width>24</width>
  44. <height>24</height>
  45. </size>
  46. </property>
  47. <property name="maximumSize">
  48. <size>
  49. <width>24</width>
  50. <height>24</height>
  51. </size>
  52. </property>
  53. <property name="styleSheet">
  54. <string notr="true"/>
  55. </property>
  56. <property name="text">
  57. <string/>
  58. </property>
  59. </widget>
  60. </item>
  61. <item>
  62. <widget class="QLabel" name="label_tipTitle">
  63. <property name="styleSheet">
  64. <string notr="true">font-family:&quot;Source Han Sans CN&quot;;
  65. font-size: 16px;
  66. font-weight: 500;
  67. color: rgba(0,0,0,0.85);</string>
  68. </property>
  69. <property name="text">
  70. <string>保存成功!</string>
  71. </property>
  72. <property name="alignment">
  73. <set>Qt::AlignCenter</set>
  74. </property>
  75. </widget>
  76. </item>
  77. </layout>
  78. <zorder>label_tipTitle</zorder>
  79. <zorder>label_tipIcon</zorder>
  80. </widget>
  81. <resources/>
  82. <connections/>
  83. </ui>