OBSUpdate.ui 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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="QTextEdit" 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. </widget>
  37. </item>
  38. <item>
  39. <widget class="Line" name="line">
  40. <property name="orientation">
  41. <enum>Qt::Horizontal</enum>
  42. </property>
  43. </widget>
  44. </item>
  45. <item>
  46. <layout class="QHBoxLayout" name="horizontalLayout">
  47. <item>
  48. <spacer name="horizontalSpacer">
  49. <property name="orientation">
  50. <enum>Qt::Horizontal</enum>
  51. </property>
  52. <property name="sizeHint" stdset="0">
  53. <size>
  54. <width>40</width>
  55. <height>20</height>
  56. </size>
  57. </property>
  58. </spacer>
  59. </item>
  60. <item>
  61. <widget class="QPushButton" name="yes">
  62. <property name="text">
  63. <string>Updater.UpdateNow</string>
  64. </property>
  65. <property name="default">
  66. <bool>true</bool>
  67. </property>
  68. </widget>
  69. </item>
  70. <item>
  71. <widget class="QPushButton" name="no">
  72. <property name="text">
  73. <string>Updater.RemindMeLater</string>
  74. </property>
  75. </widget>
  76. </item>
  77. <item>
  78. <widget class="QPushButton" name="skip">
  79. <property name="text">
  80. <string>Updater.Skip</string>
  81. </property>
  82. </widget>
  83. </item>
  84. <item>
  85. <spacer name="horizontalSpacer_2">
  86. <property name="orientation">
  87. <enum>Qt::Horizontal</enum>
  88. </property>
  89. <property name="sizeHint" stdset="0">
  90. <size>
  91. <width>40</width>
  92. <height>20</height>
  93. </size>
  94. </property>
  95. </spacer>
  96. </item>
  97. </layout>
  98. </item>
  99. </layout>
  100. </widget>
  101. <resources/>
  102. <connections/>
  103. </ui>