You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

142 lines
4.1 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Dialog</class>
  4. <widget class="QDialog" name="Dialog">
  5. <property name="enabled">
  6. <bool>true</bool>
  7. </property>
  8. <property name="geometry">
  9. <rect>
  10. <x>0</x>
  11. <y>0</y>
  12. <width>400</width>
  13. <height>200</height>
  14. </rect>
  15. </property>
  16. <property name="sizePolicy">
  17. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  18. <horstretch>0</horstretch>
  19. <verstretch>0</verstretch>
  20. </sizepolicy>
  21. </property>
  22. <property name="minimumSize">
  23. <size>
  24. <width>400</width>
  25. <height>200</height>
  26. </size>
  27. </property>
  28. <property name="maximumSize">
  29. <size>
  30. <width>436</width>
  31. <height>200</height>
  32. </size>
  33. </property>
  34. <property name="windowTitle">
  35. <string>About Chordsheet</string>
  36. </property>
  37. <property name="sizeGripEnabled">
  38. <bool>false</bool>
  39. </property>
  40. <property name="modal">
  41. <bool>true</bool>
  42. </property>
  43. <layout class="QHBoxLayout" name="horizontalLayout">
  44. <property name="sizeConstraint">
  45. <enum>QLayout::SetFixedSize</enum>
  46. </property>
  47. <item>
  48. <layout class="QVBoxLayout" name="leftPane">
  49. <item>
  50. <widget class="QLabel" name="iconLabel">
  51. <property name="sizePolicy">
  52. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  53. <horstretch>0</horstretch>
  54. <verstretch>0</verstretch>
  55. </sizepolicy>
  56. </property>
  57. <property name="minimumSize">
  58. <size>
  59. <width>128</width>
  60. <height>128</height>
  61. </size>
  62. </property>
  63. <property name="text">
  64. <string/>
  65. </property>
  66. <property name="scaledContents">
  67. <bool>true</bool>
  68. </property>
  69. <property name="alignment">
  70. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  71. </property>
  72. </widget>
  73. </item>
  74. <item>
  75. <spacer name="verticalSpacer">
  76. <property name="orientation">
  77. <enum>Qt::Vertical</enum>
  78. </property>
  79. <property name="sizeHint" stdset="0">
  80. <size>
  81. <width>20</width>
  82. <height>40</height>
  83. </size>
  84. </property>
  85. </spacer>
  86. </item>
  87. </layout>
  88. </item>
  89. <item>
  90. <widget class="Line" name="line">
  91. <property name="orientation">
  92. <enum>Qt::Vertical</enum>
  93. </property>
  94. </widget>
  95. </item>
  96. <item>
  97. <layout class="QVBoxLayout" name="rightPane">
  98. <item>
  99. <widget class="QLabel" name="label">
  100. <property name="sizePolicy">
  101. <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
  102. <horstretch>0</horstretch>
  103. <verstretch>0</verstretch>
  104. </sizepolicy>
  105. </property>
  106. <property name="text">
  107. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:24pt; font-weight:600;&quot;&gt;Chordsheet&lt;/span&gt;&lt;br/&gt;by Ivan Holmes&lt;/p&gt;&lt;p&gt;Chordsheet is a piece of software that generates a chord sheet with a simple GUI. &lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://git.radivan.net/ivan/chordsheet&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Git repository&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  108. </property>
  109. <property name="alignment">
  110. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  111. </property>
  112. <property name="wordWrap">
  113. <bool>true</bool>
  114. </property>
  115. <property name="openExternalLinks">
  116. <bool>true</bool>
  117. </property>
  118. </widget>
  119. </item>
  120. <item>
  121. <widget class="QLabel" name="versionLabel">
  122. <property name="sizePolicy">
  123. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum">
  124. <horstretch>0</horstretch>
  125. <verstretch>0</verstretch>
  126. </sizepolicy>
  127. </property>
  128. <property name="text">
  129. <string>Version not set</string>
  130. </property>
  131. <property name="alignment">
  132. <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set>
  133. </property>
  134. </widget>
  135. </item>
  136. </layout>
  137. </item>
  138. </layout>
  139. </widget>
  140. <resources/>
  141. <connections/>
  142. </ui>