about.ui 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>AboutDialog</class>
  4. <widget class="QDialog" name="AboutDialog">
  5. <property name="windowModality">
  6. <enum>Qt::NonModal</enum>
  7. </property>
  8. <property name="geometry">
  9. <rect>
  10. <x>0</x>
  11. <y>0</y>
  12. <width>400</width>
  13. <height>197</height>
  14. </rect>
  15. </property>
  16. <property name="windowTitle">
  17. <string>About</string>
  18. </property>
  19. <property name="windowIcon">
  20. <iconset theme="qubes-manager"/>
  21. </property>
  22. <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,0">
  23. <item>
  24. <widget class="QLabel" name="icon">
  25. <property name="sizePolicy">
  26. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  27. <horstretch>0</horstretch>
  28. <verstretch>0</verstretch>
  29. </sizepolicy>
  30. </property>
  31. <property name="baseSize">
  32. <size>
  33. <width>0</width>
  34. <height>0</height>
  35. </size>
  36. </property>
  37. <property name="focusPolicy">
  38. <enum>Qt::StrongFocus</enum>
  39. </property>
  40. <property name="text">
  41. <string/>
  42. </property>
  43. <property name="scaledContents">
  44. <bool>false</bool>
  45. </property>
  46. </widget>
  47. </item>
  48. <item>
  49. <layout class="QVBoxLayout" name="verticalLayout">
  50. <item>
  51. <widget class="QLabel" name="QubesOS">
  52. <property name="text">
  53. <string>Qubes OS</string>
  54. </property>
  55. </widget>
  56. </item>
  57. <item>
  58. <widget class="QLabel" name="release">
  59. <property name="text">
  60. <string>Qubes OS release</string>
  61. </property>
  62. </widget>
  63. </item>
  64. <item>
  65. <spacer name="verticalSpacer">
  66. <property name="orientation">
  67. <enum>Qt::Vertical</enum>
  68. </property>
  69. <property name="sizeHint" stdset="0">
  70. <size>
  71. <width>20</width>
  72. <height>40</height>
  73. </size>
  74. </property>
  75. </spacer>
  76. </item>
  77. <item>
  78. <widget class="QPushButton" name="releaseNotes">
  79. <property name="text">
  80. <string>Release notes</string>
  81. </property>
  82. </widget>
  83. </item>
  84. <item>
  85. <widget class="QPushButton" name="informationNotes">
  86. <property name="text">
  87. <string>Version Information</string>
  88. </property>
  89. </widget>
  90. </item>
  91. <item>
  92. <widget class="QPushButton" name="ok">
  93. <property name="text">
  94. <string>OK</string>
  95. </property>
  96. </widget>
  97. </item>
  98. </layout>
  99. </item>
  100. </layout>
  101. </widget>
  102. <resources/>
  103. <connections/>
  104. </ui>