aboutDlg.ui 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  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::ApplicationModal</enum>
  7. </property>
  8. <property name="geometry">
  9. <rect>
  10. <x>0</x>
  11. <y>0</y>
  12. <width>600</width>
  13. <height>360</height>
  14. </rect>
  15. </property>
  16. <property name="windowTitle">
  17. <string>About CloudCompare</string>
  18. </property>
  19. <layout class="QVBoxLayout" name="verticalLayout">
  20. <item>
  21. <layout class="QHBoxLayout" name="horizontalLayout">
  22. <item>
  23. <widget class="QLabel" name="label">
  24. <property name="text">
  25. <string/>
  26. </property>
  27. <property name="pixmap">
  28. <pixmap resource="../icons.qrc">:/CC/images/imLogoV2Qt.png</pixmap>
  29. </property>
  30. </widget>
  31. </item>
  32. <item>
  33. <widget class="QLabel" name="labelText">
  34. <property name="text">
  35. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;:/CC/Icons/images/icon/cc_icon_64.png&quot;/&gt;&lt;br/&gt;&lt;span style=&quot; font-size:14pt; font-weight:600;&quot;&gt;CloudCompare &lt;/span&gt;&lt;span style=&quot; font-size:14pt; font-weight:600; font-style:italic;&quot;&gt;&lt;/span&gt;&lt;br/&gt;Version: %1&lt;/p&gt;&lt;p align=&quot;center&quot;&gt;&lt;a href=&quot;http://www.cloudcompare.org/donate&quot;&gt;&lt;img src=&quot;:/CC/images/donate.png&quot; width=&quot;200&quot;/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p align=&quot;center&quot;&gt;&lt;a href=&quot;http://www.cloudcompare.org&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;www.cloudcompare.org&lt;br/&gt;&lt;/span&gt;&lt;/a&gt;License: GNU GPL (General Public Licence)&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  36. </property>
  37. <property name="openExternalLinks">
  38. <bool>true</bool>
  39. </property>
  40. </widget>
  41. </item>
  42. </layout>
  43. </item>
  44. <item>
  45. <spacer name="verticalSpacer">
  46. <property name="orientation">
  47. <enum>Qt::Vertical</enum>
  48. </property>
  49. <property name="sizeHint" stdset="0">
  50. <size>
  51. <width>20</width>
  52. <height>12</height>
  53. </size>
  54. </property>
  55. </spacer>
  56. </item>
  57. <item>
  58. <layout class="QHBoxLayout">
  59. <item>
  60. <spacer>
  61. <property name="orientation">
  62. <enum>Qt::Horizontal</enum>
  63. </property>
  64. <property name="sizeHint" stdset="0">
  65. <size>
  66. <width>40</width>
  67. <height>20</height>
  68. </size>
  69. </property>
  70. </spacer>
  71. </item>
  72. <item>
  73. <widget class="QPushButton" name="pushButton">
  74. <property name="text">
  75. <string>OK</string>
  76. </property>
  77. <property name="flat">
  78. <bool>true</bool>
  79. </property>
  80. </widget>
  81. </item>
  82. <item>
  83. <spacer>
  84. <property name="orientation">
  85. <enum>Qt::Horizontal</enum>
  86. </property>
  87. <property name="sizeHint" stdset="0">
  88. <size>
  89. <width>40</width>
  90. <height>20</height>
  91. </size>
  92. </property>
  93. </spacer>
  94. </item>
  95. </layout>
  96. </item>
  97. </layout>
  98. </widget>
  99. <resources>
  100. <include location="../icons.qrc"/>
  101. </resources>
  102. <connections>
  103. <connection>
  104. <sender>pushButton</sender>
  105. <signal>clicked()</signal>
  106. <receiver>AboutDialog</receiver>
  107. <slot>deleteLater()</slot>
  108. <hints>
  109. <hint type="sourcelabel">
  110. <x>134</x>
  111. <y>276</y>
  112. </hint>
  113. <hint type="destinationlabel">
  114. <x>133</x>
  115. <y>149</y>
  116. </hint>
  117. </hints>
  118. </connection>
  119. </connections>
  120. </ui>