OBSUpdate.ui 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>OBSUpdate</class>
  4. <widget class="QDialog" name="OBSUpdate">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>611</width>
  10. <height>526</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Updater.Title</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QLabel" name="label">
  19. <property name="text">
  20. <string>Updater.Text</string>
  21. </property>
  22. </widget>
  23. </item>
  24. <item>
  25. <widget class="QTextBrowser" name="text">
  26. <property name="readOnly">
  27. <bool>true</bool>
  28. </property>
  29. <property name="html">
  30. <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
  31. &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;meta charset=&quot;utf-8&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
  32. p, li { white-space: pre-wrap; }
  33. hr { height: 1px; border-width: 0; }
  34. li.unchecked::marker { content: &quot;\2610&quot;; }
  35. li.checked::marker { content: &quot;\2612&quot;; }
  36. &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Segoe UI'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
  37. &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  38. </property>
  39. <property name="openExternalLinks">
  40. <bool>true</bool>
  41. </property>
  42. </widget>
  43. </item>
  44. <item>
  45. <widget class="Line" name="line">
  46. <property name="orientation">
  47. <enum>Qt::Horizontal</enum>
  48. </property>
  49. </widget>
  50. </item>
  51. <item>
  52. <layout class="QHBoxLayout" name="horizontalLayout">
  53. <item>
  54. <spacer name="horizontalSpacer">
  55. <property name="orientation">
  56. <enum>Qt::Horizontal</enum>
  57. </property>
  58. <property name="sizeHint" stdset="0">
  59. <size>
  60. <width>40</width>
  61. <height>20</height>
  62. </size>
  63. </property>
  64. </spacer>
  65. </item>
  66. <item>
  67. <widget class="QPushButton" name="yes">
  68. <property name="text">
  69. <string>Updater.UpdateNow</string>
  70. </property>
  71. <property name="default">
  72. <bool>true</bool>
  73. </property>
  74. </widget>
  75. </item>
  76. <item>
  77. <widget class="QPushButton" name="no">
  78. <property name="text">
  79. <string>Updater.RemindMeLater</string>
  80. </property>
  81. </widget>
  82. </item>
  83. <item>
  84. <widget class="QPushButton" name="skip">
  85. <property name="text">
  86. <string>Updater.Skip</string>
  87. </property>
  88. </widget>
  89. </item>
  90. <item>
  91. <spacer name="horizontalSpacer_2">
  92. <property name="orientation">
  93. <enum>Qt::Horizontal</enum>
  94. </property>
  95. <property name="sizeHint" stdset="0">
  96. <size>
  97. <width>40</width>
  98. <height>20</height>
  99. </size>
  100. </property>
  101. </spacer>
  102. </item>
  103. </layout>
  104. </item>
  105. </layout>
  106. </widget>
  107. <resources/>
  108. <connections/>
  109. </ui>