subscribedialog.ui 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>SubscribeDialog</class>
  4. <widget class="QDialog" name="SubscribeDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>427</width>
  10. <height>148</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Subscribe to Podcast</string>
  21. </property>
  22. <property name="windowIcon">
  23. <iconset resource="resources.qrc">
  24. <normaloff>:/icons/rss.jpg</normaloff>:/icons/rss.jpg</iconset>
  25. </property>
  26. <layout class="QVBoxLayout" name="verticalLayout">
  27. <item>
  28. <layout class="QFormLayout" name="formLayout">
  29. <item row="1" column="0">
  30. <widget class="QLabel" name="label">
  31. <property name="text">
  32. <string>&amp;Name</string>
  33. </property>
  34. <property name="buddy">
  35. <cstring>nameEdit</cstring>
  36. </property>
  37. </widget>
  38. </item>
  39. <item row="2" column="0">
  40. <widget class="QLabel" name="label_2">
  41. <property name="text">
  42. <string>&amp;Url</string>
  43. </property>
  44. <property name="buddy">
  45. <cstring>urlEdit</cstring>
  46. </property>
  47. </widget>
  48. </item>
  49. <item row="2" column="1">
  50. <widget class="QLineEdit" name="urlEdit"/>
  51. </item>
  52. <item row="1" column="1">
  53. <widget class="QLineEdit" name="nameEdit"/>
  54. </item>
  55. </layout>
  56. </item>
  57. <item>
  58. <widget class="QDialogButtonBox" name="buttonBox">
  59. <property name="orientation">
  60. <enum>Qt::Horizontal</enum>
  61. </property>
  62. <property name="standardButtons">
  63. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  64. </property>
  65. </widget>
  66. </item>
  67. </layout>
  68. </widget>
  69. <tabstops>
  70. <tabstop>nameEdit</tabstop>
  71. <tabstop>urlEdit</tabstop>
  72. <tabstop>buttonBox</tabstop>
  73. </tabstops>
  74. <resources>
  75. <include location="resources.qrc"/>
  76. </resources>
  77. <connections>
  78. <connection>
  79. <sender>buttonBox</sender>
  80. <signal>accepted()</signal>
  81. <receiver>SubscribeDialog</receiver>
  82. <slot>accept()</slot>
  83. <hints>
  84. <hint type="sourcelabel">
  85. <x>227</x>
  86. <y>119</y>
  87. </hint>
  88. <hint type="destinationlabel">
  89. <x>157</x>
  90. <y>136</y>
  91. </hint>
  92. </hints>
  93. </connection>
  94. <connection>
  95. <sender>buttonBox</sender>
  96. <signal>rejected()</signal>
  97. <receiver>SubscribeDialog</receiver>
  98. <slot>reject()</slot>
  99. <hints>
  100. <hint type="sourcelabel">
  101. <x>229</x>
  102. <y>125</y>
  103. </hint>
  104. <hint type="destinationlabel">
  105. <x>238</x>
  106. <y>136</y>
  107. </hint>
  108. </hints>
  109. </connection>
  110. </connections>
  111. </ui>