calendarnav.ui 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>CalendarNav</class>
  4. <widget class="QWidget" name="CalendarNav">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>361</width>
  10. <height>39</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>0</width>
  16. <height>39</height>
  17. </size>
  18. </property>
  19. <property name="maximumSize">
  20. <size>
  21. <width>16777215</width>
  22. <height>39</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string>Form</string>
  27. </property>
  28. <layout class="QHBoxLayout" name="horizontalLayout">
  29. <property name="spacing">
  30. <number>15</number>
  31. </property>
  32. <property name="leftMargin">
  33. <number>6</number>
  34. </property>
  35. <property name="topMargin">
  36. <number>0</number>
  37. </property>
  38. <property name="rightMargin">
  39. <number>6</number>
  40. </property>
  41. <property name="bottomMargin">
  42. <number>0</number>
  43. </property>
  44. <item>
  45. <widget class="QPushButton" name="btnPrevYear">
  46. <property name="minimumSize">
  47. <size>
  48. <width>12</width>
  49. <height>12</height>
  50. </size>
  51. </property>
  52. <property name="maximumSize">
  53. <size>
  54. <width>12</width>
  55. <height>12</height>
  56. </size>
  57. </property>
  58. <property name="text">
  59. <string/>
  60. </property>
  61. </widget>
  62. </item>
  63. <item>
  64. <widget class="QPushButton" name="btnPrevMonth">
  65. <property name="minimumSize">
  66. <size>
  67. <width>12</width>
  68. <height>12</height>
  69. </size>
  70. </property>
  71. <property name="maximumSize">
  72. <size>
  73. <width>12</width>
  74. <height>12</height>
  75. </size>
  76. </property>
  77. <property name="text">
  78. <string/>
  79. </property>
  80. </widget>
  81. </item>
  82. <item>
  83. <widget class="QLabel" name="labelYearMonth">
  84. <property name="minimumSize">
  85. <size>
  86. <width>0</width>
  87. <height>0</height>
  88. </size>
  89. </property>
  90. <property name="text">
  91. <string>2020 年 8 月</string>
  92. </property>
  93. <property name="alignment">
  94. <set>Qt::AlignCenter</set>
  95. </property>
  96. </widget>
  97. </item>
  98. <item>
  99. <widget class="QPushButton" name="btnNextMonth">
  100. <property name="minimumSize">
  101. <size>
  102. <width>12</width>
  103. <height>12</height>
  104. </size>
  105. </property>
  106. <property name="maximumSize">
  107. <size>
  108. <width>12</width>
  109. <height>12</height>
  110. </size>
  111. </property>
  112. <property name="text">
  113. <string/>
  114. </property>
  115. </widget>
  116. </item>
  117. <item>
  118. <widget class="QPushButton" name="btnNextYear">
  119. <property name="minimumSize">
  120. <size>
  121. <width>12</width>
  122. <height>12</height>
  123. </size>
  124. </property>
  125. <property name="maximumSize">
  126. <size>
  127. <width>12</width>
  128. <height>12</height>
  129. </size>
  130. </property>
  131. <property name="text">
  132. <string/>
  133. </property>
  134. </widget>
  135. </item>
  136. </layout>
  137. </widget>
  138. <resources/>
  139. <connections/>
  140. </ui>