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.

radiowidget.ui 3.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>RadioWidget</class>
  4. <widget class="QFrame" name="RadioWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>194</width>
  10. <height>104</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="cursor">
  20. <cursorShape>PointingHandCursor</cursorShape>
  21. </property>
  22. <property name="windowTitle">
  23. <string>Form</string>
  24. </property>
  25. <property name="styleSheet">
  26. <string notr="true"/>
  27. </property>
  28. <layout class="QGridLayout" name="gridLayout">
  29. <property name="margin">
  30. <number>0</number>
  31. </property>
  32. <property name="spacing">
  33. <number>0</number>
  34. </property>
  35. <item row="1" column="1">
  36. <widget class="QLabel" name="lblSong">
  37. <property name="sizePolicy">
  38. <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
  39. <horstretch>0</horstretch>
  40. <verstretch>0</verstretch>
  41. </sizepolicy>
  42. </property>
  43. <property name="maximumSize">
  44. <size>
  45. <width>200</width>
  46. <height>16777215</height>
  47. </size>
  48. </property>
  49. <property name="text">
  50. <string>Artist name
  51. Song name</string>
  52. </property>
  53. <property name="alignment">
  54. <set>Qt::AlignCenter</set>
  55. </property>
  56. <property name="wordWrap">
  57. <bool>true</bool>
  58. </property>
  59. </widget>
  60. </item>
  61. <item row="0" column="1">
  62. <widget class="QLabel" name="lblClaim">
  63. <property name="sizePolicy">
  64. <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
  65. <horstretch>0</horstretch>
  66. <verstretch>0</verstretch>
  67. </sizepolicy>
  68. </property>
  69. <property name="maximumSize">
  70. <size>
  71. <width>200</width>
  72. <height>16777215</height>
  73. </size>
  74. </property>
  75. <property name="font">
  76. <font>
  77. <pointsize>8</pointsize>
  78. <weight>75</weight>
  79. <bold>true</bold>
  80. </font>
  81. </property>
  82. <property name="text">
  83. <string>Radio claim</string>
  84. </property>
  85. <property name="wordWrap">
  86. <bool>true</bool>
  87. </property>
  88. </widget>
  89. </item>
  90. <item row="2" column="1">
  91. <widget class="QLabel" name="lblTime">
  92. <property name="text">
  93. <string>2:00</string>
  94. </property>
  95. <property name="alignment">
  96. <set>Qt::AlignCenter</set>
  97. </property>
  98. </widget>
  99. </item>
  100. <item row="0" column="0" rowspan="3">
  101. <widget class="QLabel" name="lblLogo">
  102. <property name="sizePolicy">
  103. <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
  104. <horstretch>0</horstretch>
  105. <verstretch>0</verstretch>
  106. </sizepolicy>
  107. </property>
  108. <property name="maximumSize">
  109. <size>
  110. <width>100</width>
  111. <height>150</height>
  112. </size>
  113. </property>
  114. <property name="text">
  115. <string>Radio name</string>
  116. </property>
  117. <property name="wordWrap">
  118. <bool>true</bool>
  119. </property>
  120. </widget>
  121. </item>
  122. </layout>
  123. </widget>
  124. <resources/>
  125. <connections/>
  126. </ui>