OBSUpdate.ui 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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;style type=&quot;text/css&quot;&gt;
  32. p, li { white-space: pre-wrap; }
  33. &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
  34. &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-size:8pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  35. </property>
  36. <property name="openExternalLinks">
  37. <bool>true</bool>
  38. </property>
  39. </widget>
  40. </item>
  41. <item>
  42. <widget class="Line" name="line">
  43. <property name="orientation">
  44. <enum>Qt::Horizontal</enum>
  45. </property>
  46. </widget>
  47. </item>
  48. <item>
  49. <layout class="QHBoxLayout" name="horizontalLayout">
  50. <item>
  51. <spacer name="horizontalSpacer">
  52. <property name="orientation">
  53. <enum>Qt::Horizontal</enum>
  54. </property>
  55. <property name="sizeHint" stdset="0">
  56. <size>
  57. <width>40</width>
  58. <height>20</height>
  59. </size>
  60. </property>
  61. </spacer>
  62. </item>
  63. <item>
  64. <widget class="QPushButton" name="yes">
  65. <property name="text">
  66. <string>Updater.UpdateNow</string>
  67. </property>
  68. <property name="default">
  69. <bool>true</bool>
  70. </property>
  71. </widget>
  72. </item>
  73. <item>
  74. <widget class="QPushButton" name="no">
  75. <property name="text">
  76. <string>Updater.RemindMeLater</string>
  77. </property>
  78. </widget>
  79. </item>
  80. <item>
  81. <widget class="QPushButton" name="skip">
  82. <property name="text">
  83. <string>Updater.Skip</string>
  84. </property>
  85. </widget>
  86. </item>
  87. <item>
  88. <spacer name="horizontalSpacer_2">
  89. <property name="orientation">
  90. <enum>Qt::Horizontal</enum>
  91. </property>
  92. <property name="sizeHint" stdset="0">
  93. <size>
  94. <width>40</width>
  95. <height>20</height>
  96. </size>
  97. </property>
  98. </spacer>
  99. </item>
  100. </layout>
  101. </item>
  102. </layout>
  103. </widget>
  104. <resources/>
  105. <connections/>
  106. </ui>