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.

124 lines
3.7 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="Fixed" vsizetype="Fixed">
  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="windowTitle">
  29. <string>About Chordsheet</string>
  30. </property>
  31. <layout class="QHBoxLayout" name="horizontalLayout">
  32. <item>
  33. <layout class="QVBoxLayout" name="leftPane">
  34. <item>
  35. <widget class="QLabel" name="iconLabel">
  36. <property name="sizePolicy">
  37. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  38. <horstretch>0</horstretch>
  39. <verstretch>0</verstretch>
  40. </sizepolicy>
  41. </property>
  42. <property name="minimumSize">
  43. <size>
  44. <width>128</width>
  45. <height>128</height>
  46. </size>
  47. </property>
  48. <property name="text">
  49. <string/>
  50. </property>
  51. <property name="scaledContents">
  52. <bool>true</bool>
  53. </property>
  54. <property name="alignment">
  55. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  56. </property>
  57. </widget>
  58. </item>
  59. <item>
  60. <spacer name="verticalSpacer">
  61. <property name="orientation">
  62. <enum>Qt::Vertical</enum>
  63. </property>
  64. <property name="sizeHint" stdset="0">
  65. <size>
  66. <width>20</width>
  67. <height>40</height>
  68. </size>
  69. </property>
  70. </spacer>
  71. </item>
  72. </layout>
  73. </item>
  74. <item>
  75. <widget class="Line" name="line">
  76. <property name="orientation">
  77. <enum>Qt::Vertical</enum>
  78. </property>
  79. </widget>
  80. </item>
  81. <item>
  82. <layout class="QVBoxLayout" name="rightPane">
  83. <item>
  84. <widget class="QLabel" name="label">
  85. <property name="sizePolicy">
  86. <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
  87. <horstretch>0</horstretch>
  88. <verstretch>0</verstretch>
  89. </sizepolicy>
  90. </property>
  91. <property name="text">
  92. <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://github.com/ivanholmes/chordsheet&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;GitHub&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  93. </property>
  94. <property name="alignment">
  95. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  96. </property>
  97. <property name="wordWrap">
  98. <bool>true</bool>
  99. </property>
  100. </widget>
  101. </item>
  102. <item>
  103. <widget class="QLabel" name="versionLabel">
  104. <property name="sizePolicy">
  105. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum">
  106. <horstretch>0</horstretch>
  107. <verstretch>0</verstretch>
  108. </sizepolicy>
  109. </property>
  110. <property name="text">
  111. <string>Version not set</string>
  112. </property>
  113. <property name="alignment">
  114. <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set>
  115. </property>
  116. </widget>
  117. </item>
  118. </layout>
  119. </item>
  120. </layout>
  121. </widget>
  122. <resources/>
  123. <connections/>
  124. </ui>