about.ui 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. <ui version="4.0" >
  2. <author></author>
  3. <comment></comment>
  4. <exportmacro></exportmacro>
  5. <class>Dialog</class>
  6. <widget class="QDialog" name="Dialog" >
  7. <property name="geometry" >
  8. <rect>
  9. <x>0</x>
  10. <y>0</y>
  11. <width>491</width>
  12. <height>223</height>
  13. </rect>
  14. </property>
  15. <property name="windowTitle" >
  16. <string>About openMSX Catapult</string>
  17. </property>
  18. <property name="windowIcon" >
  19. <iconset>logo.png</iconset>
  20. </property>
  21. <layout class="QVBoxLayout" >
  22. <property name="margin" >
  23. <number>9</number>
  24. </property>
  25. <property name="spacing" >
  26. <number>6</number>
  27. </property>
  28. <item>
  29. <layout class="QHBoxLayout" >
  30. <property name="margin" >
  31. <number>0</number>
  32. </property>
  33. <property name="spacing" >
  34. <number>6</number>
  35. </property>
  36. <item>
  37. <widget class="QLabel" name="label" >
  38. <property name="pixmap" >
  39. <pixmap>logo.png</pixmap>
  40. </property>
  41. </widget>
  42. </item>
  43. <item>
  44. <widget class="QLabel" name="label_2" >
  45. <property name="text" >
  46. <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;/head>&lt;body style=" white-space: pre-wrap; font-family:Sans Serif; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-size:16pt; font-weight:600;">openMSX Catapult prototype&lt;/span>&lt;/p>&lt;/body>&lt;/html></string>
  47. </property>
  48. </widget>
  49. </item>
  50. </layout>
  51. </item>
  52. <item>
  53. <layout class="QHBoxLayout" >
  54. <property name="margin" >
  55. <number>0</number>
  56. </property>
  57. <property name="spacing" >
  58. <number>6</number>
  59. </property>
  60. <item>
  61. <spacer>
  62. <property name="orientation" >
  63. <enum>Qt::Horizontal</enum>
  64. </property>
  65. <property name="sizeHint" >
  66. <size>
  67. <width>131</width>
  68. <height>31</height>
  69. </size>
  70. </property>
  71. </spacer>
  72. </item>
  73. <item>
  74. <widget class="QPushButton" name="closeButton" >
  75. <property name="text" >
  76. <string>Close</string>
  77. </property>
  78. </widget>
  79. </item>
  80. </layout>
  81. </item>
  82. </layout>
  83. </widget>
  84. <pixmapfunction></pixmapfunction>
  85. <resources/>
  86. <connections>
  87. <connection>
  88. <sender>closeButton</sender>
  89. <signal>clicked()</signal>
  90. <receiver>Dialog</receiver>
  91. <slot>accept()</slot>
  92. <hints>
  93. <hint type="sourcelabel" >
  94. <x>480</x>
  95. <y>187</y>
  96. </hint>
  97. <hint type="destinationlabel" >
  98. <x>264</x>
  99. <y>141</y>
  100. </hint>
  101. </hints>
  102. </connection>
  103. </connections>
  104. </ui>