updatedialog_moc.ui 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>UpdateDialog</class>
  4. <widget class="QDialog" name="UpdateDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>371</width>
  10. <height>247</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="minimumSize">
  20. <size>
  21. <width>371</width>
  22. <height>247</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string/>
  27. </property>
  28. <layout class="QGridLayout" name="gridLayout">
  29. <property name="leftMargin">
  30. <number>12</number>
  31. </property>
  32. <property name="topMargin">
  33. <number>12</number>
  34. </property>
  35. <property name="rightMargin">
  36. <number>12</number>
  37. </property>
  38. <property name="bottomMargin">
  39. <number>12</number>
  40. </property>
  41. <item row="0" column="0" colspan="5">
  42. <widget class="QLabel" name="versionLabel">
  43. <property name="sizePolicy">
  44. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  45. <horstretch>0</horstretch>
  46. <verstretch>0</verstretch>
  47. </sizepolicy>
  48. </property>
  49. <property name="minimumSize">
  50. <size>
  51. <width>0</width>
  52. <height>48</height>
  53. </size>
  54. </property>
  55. <property name="font">
  56. <font>
  57. <pointsize>18</pointsize>
  58. <bold>true</bold>
  59. </font>
  60. </property>
  61. <property name="autoFillBackground">
  62. <bool>false</bool>
  63. </property>
  64. <property name="styleSheet">
  65. <string notr="true">QLabel {background-color: green; color : black} </string>
  66. </property>
  67. <property name="frameShadow">
  68. <enum>QFrame::Raised</enum>
  69. </property>
  70. <property name="text">
  71. <string>You have latest version</string>
  72. </property>
  73. </widget>
  74. </item>
  75. <item row="2" column="0" colspan="5">
  76. <widget class="QPlainTextEdit" name="plainTextEdit">
  77. <property name="readOnly">
  78. <bool>true</bool>
  79. </property>
  80. <property name="plainText">
  81. <string/>
  82. </property>
  83. </widget>
  84. </item>
  85. <item row="3" column="3" colspan="2">
  86. <widget class="QPushButton" name="closeButton">
  87. <property name="sizePolicy">
  88. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  89. <horstretch>0</horstretch>
  90. <verstretch>0</verstretch>
  91. </sizepolicy>
  92. </property>
  93. <property name="text">
  94. <string>Close</string>
  95. </property>
  96. </widget>
  97. </item>
  98. <item row="3" column="0" colspan="2">
  99. <widget class="QCheckBox" name="checkOnStartup">
  100. <property name="text">
  101. <string>Check updates on startup</string>
  102. </property>
  103. </widget>
  104. </item>
  105. <item row="1" column="1">
  106. <widget class="QLabel" name="downloadLink">
  107. <property name="sizePolicy">
  108. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  109. <horstretch>0</horstretch>
  110. <verstretch>0</verstretch>
  111. </sizepolicy>
  112. </property>
  113. <property name="text">
  114. <string/>
  115. </property>
  116. <property name="openExternalLinks">
  117. <bool>true</bool>
  118. </property>
  119. <property name="textInteractionFlags">
  120. <set>Qt::TextBrowserInteraction</set>
  121. </property>
  122. </widget>
  123. </item>
  124. </layout>
  125. </widget>
  126. <resources/>
  127. <connections/>
  128. </ui>