/src/LoadXSPFDialog.ui

http://github.com/tomahawk-player/tomahawk · Unknown · 105 lines · 105 code · 0 blank · 0 comment · 0 complexity · b9a0d65cc9e6ff42a5cc07bbece86908 MD5 · raw file

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>LoadXSPF</class>
  4. <widget class="QDialog" name="LoadXSPF">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>444</width>
  10. <height>121</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Load XSPF</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <layout class="QHBoxLayout" name="horizontalLayout">
  19. <item>
  20. <widget class="QLabel" name="label">
  21. <property name="text">
  22. <string>Playlist URL</string>
  23. </property>
  24. </widget>
  25. </item>
  26. <item>
  27. <widget class="QLineEdit" name="lineEdit">
  28. <property name="placeholderText">
  29. <string>Enter URL...</string>
  30. </property>
  31. </widget>
  32. </item>
  33. <item>
  34. <widget class="QPushButton" name="navigateButton">
  35. <property name="sizePolicy">
  36. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  37. <horstretch>0</horstretch>
  38. <verstretch>0</verstretch>
  39. </sizepolicy>
  40. </property>
  41. <property name="text">
  42. <string>...</string>
  43. </property>
  44. </widget>
  45. </item>
  46. </layout>
  47. </item>
  48. <item>
  49. <widget class="QCheckBox" name="autoUpdate">
  50. <property name="text">
  51. <string>Automatically update</string>
  52. </property>
  53. <property name="checked">
  54. <bool>true</bool>
  55. </property>
  56. </widget>
  57. </item>
  58. <item>
  59. <widget class="QDialogButtonBox" name="buttonBox">
  60. <property name="orientation">
  61. <enum>Qt::Horizontal</enum>
  62. </property>
  63. <property name="standardButtons">
  64. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  65. </property>
  66. </widget>
  67. </item>
  68. </layout>
  69. </widget>
  70. <resources/>
  71. <connections>
  72. <connection>
  73. <sender>buttonBox</sender>
  74. <signal>accepted()</signal>
  75. <receiver>LoadXSPF</receiver>
  76. <slot>accept()</slot>
  77. <hints>
  78. <hint type="sourcelabel">
  79. <x>248</x>
  80. <y>254</y>
  81. </hint>
  82. <hint type="destinationlabel">
  83. <x>157</x>
  84. <y>274</y>
  85. </hint>
  86. </hints>
  87. </connection>
  88. <connection>
  89. <sender>buttonBox</sender>
  90. <signal>rejected()</signal>
  91. <receiver>LoadXSPF</receiver>
  92. <slot>reject()</slot>
  93. <hints>
  94. <hint type="sourcelabel">
  95. <x>316</x>
  96. <y>260</y>
  97. </hint>
  98. <hint type="destinationlabel">
  99. <x>286</x>
  100. <y>274</y>
  101. </hint>
  102. </hints>
  103. </connection>
  104. </connections>
  105. </ui>