fncalender.ui 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>FnCalender</class>
  4. <widget class="QWidget" name="FnCalender">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>607</width>
  10. <height>420</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <property name="leftMargin">
  18. <number>0</number>
  19. </property>
  20. <property name="topMargin">
  21. <number>0</number>
  22. </property>
  23. <property name="rightMargin">
  24. <number>0</number>
  25. </property>
  26. <property name="bottomMargin">
  27. <number>0</number>
  28. </property>
  29. <item>
  30. <widget class="QWidget" name="wgtTop" native="true">
  31. <property name="minimumSize">
  32. <size>
  33. <width>0</width>
  34. <height>48</height>
  35. </size>
  36. </property>
  37. <property name="maximumSize">
  38. <size>
  39. <width>16777215</width>
  40. <height>48</height>
  41. </size>
  42. </property>
  43. <property name="styleSheet">
  44. <string notr="true">QWidget{
  45. font: 12pt &quot;新宋体&quot;;
  46. }
  47. QComboBox
  48. {
  49. background-color: rgb(255, 255, 255);
  50. height:24px;
  51. border:none;
  52. }
  53. #wgtTop
  54. {
  55. background-color: rgb(255, 255, 255);
  56. }
  57. QPushButton{
  58. background-color: rgba(255, 255, 255, 0);
  59. border:none;
  60. width:24px;
  61. height:24px;
  62. }
  63. QPushButton::hover{
  64. background-color: rgb(197, 197, 197);
  65. border:none;
  66. width:24px;
  67. height:24px;
  68. }</string>
  69. </property>
  70. <layout class="QHBoxLayout" name="horizontalLayout">
  71. <item>
  72. <spacer name="horizontalSpacer_2">
  73. <property name="orientation">
  74. <enum>Qt::Horizontal</enum>
  75. </property>
  76. <property name="sizeHint" stdset="0">
  77. <size>
  78. <width>40</width>
  79. <height>20</height>
  80. </size>
  81. </property>
  82. </spacer>
  83. </item>
  84. <item>
  85. <widget class="QComboBox" name="cbbYear">
  86. <property name="minimumSize">
  87. <size>
  88. <width>100</width>
  89. <height>0</height>
  90. </size>
  91. </property>
  92. </widget>
  93. </item>
  94. <item>
  95. <widget class="QPushButton" name="btnPreMonth">
  96. <property name="text">
  97. <string>&lt;</string>
  98. </property>
  99. </widget>
  100. </item>
  101. <item>
  102. <widget class="QComboBox" name="cbbMonth">
  103. <property name="minimumSize">
  104. <size>
  105. <width>80</width>
  106. <height>0</height>
  107. </size>
  108. </property>
  109. </widget>
  110. </item>
  111. <item>
  112. <widget class="QPushButton" name="btnNextMonth">
  113. <property name="text">
  114. <string>&gt;</string>
  115. </property>
  116. </widget>
  117. </item>
  118. <item>
  119. <spacer name="horizontalSpacer">
  120. <property name="orientation">
  121. <enum>Qt::Horizontal</enum>
  122. </property>
  123. <property name="sizeHint" stdset="0">
  124. <size>
  125. <width>162</width>
  126. <height>20</height>
  127. </size>
  128. </property>
  129. </spacer>
  130. </item>
  131. </layout>
  132. </widget>
  133. </item>
  134. <item>
  135. <spacer name="verticalSpacer">
  136. <property name="orientation">
  137. <enum>Qt::Vertical</enum>
  138. </property>
  139. <property name="sizeHint" stdset="0">
  140. <size>
  141. <width>20</width>
  142. <height>363</height>
  143. </size>
  144. </property>
  145. </spacer>
  146. </item>
  147. </layout>
  148. </widget>
  149. <resources/>
  150. <connections/>
  151. </ui>