comment.ui 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Form</class>
  4. <widget class="QWidget" name="Form">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>431</width>
  10. <height>209</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QLabel" name="message">
  19. <property name="text">
  20. <string/>
  21. </property>
  22. <property name="textFormat">
  23. <enum>Qt::MarkdownText</enum>
  24. </property>
  25. <property name="wordWrap">
  26. <bool>true</bool>
  27. </property>
  28. <property name="openExternalLinks">
  29. <bool>false</bool>
  30. </property>
  31. <property name="textInteractionFlags">
  32. <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
  33. </property>
  34. </widget>
  35. </item>
  36. <item>
  37. <layout class="QHBoxLayout" name="button_bar">
  38. <item>
  39. <widget class="QPushButton" name="channel_button">
  40. <property name="sizePolicy">
  41. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  42. <horstretch>0</horstretch>
  43. <verstretch>0</verstretch>
  44. </sizepolicy>
  45. </property>
  46. <property name="text">
  47. <string>Author</string>
  48. </property>
  49. </widget>
  50. </item>
  51. <item>
  52. <widget class="QPushButton" name="show_replies_button">
  53. <property name="enabled">
  54. <bool>false</bool>
  55. </property>
  56. <property name="text">
  57. <string>replies</string>
  58. </property>
  59. </widget>
  60. </item>
  61. <item>
  62. <widget class="QPushButton" name="write_comment_button">
  63. <property name="text">
  64. <string>Write a reply</string>
  65. </property>
  66. </widget>
  67. </item>
  68. </layout>
  69. </item>
  70. <item>
  71. <layout class="QHBoxLayout" name="horizontalLayout_2">
  72. <item>
  73. <spacer name="horizontalSpacer_2">
  74. <property name="orientation">
  75. <enum>Qt::Horizontal</enum>
  76. </property>
  77. <property name="sizeType">
  78. <enum>QSizePolicy::Fixed</enum>
  79. </property>
  80. <property name="sizeHint" stdset="0">
  81. <size>
  82. <width>40</width>
  83. <height>0</height>
  84. </size>
  85. </property>
  86. </spacer>
  87. </item>
  88. <item>
  89. <widget class="Line" name="line_2">
  90. <property name="orientation">
  91. <enum>Qt::Vertical</enum>
  92. </property>
  93. </widget>
  94. </item>
  95. <item>
  96. <layout class="QVBoxLayout" name="write_comment_section"/>
  97. </item>
  98. </layout>
  99. </item>
  100. <item>
  101. <layout class="QHBoxLayout" name="horizontalLayout">
  102. <item>
  103. <spacer name="horizontalSpacer">
  104. <property name="orientation">
  105. <enum>Qt::Horizontal</enum>
  106. </property>
  107. <property name="sizeType">
  108. <enum>QSizePolicy::Fixed</enum>
  109. </property>
  110. <property name="sizeHint" stdset="0">
  111. <size>
  112. <width>40</width>
  113. <height>0</height>
  114. </size>
  115. </property>
  116. </spacer>
  117. </item>
  118. <item>
  119. <widget class="Line" name="line">
  120. <property name="orientation">
  121. <enum>Qt::Vertical</enum>
  122. </property>
  123. </widget>
  124. </item>
  125. <item>
  126. <layout class="QVBoxLayout" name="replies_section"/>
  127. </item>
  128. </layout>
  129. </item>
  130. </layout>
  131. </widget>
  132. <resources/>
  133. <connections/>
  134. </ui>