/src/sip/zeroconf/configwidget.ui

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

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ZeroconfConfig</class>
  4. <widget class="QWidget" name="ZeroconfConfig">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>461</width>
  10. <height>181</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout_2">
  17. <property name="topMargin">
  18. <number>0</number>
  19. </property>
  20. <item>
  21. <layout class="QHBoxLayout" name="horizontalLayout_4">
  22. <item>
  23. <spacer name="horizontalSpacer_5">
  24. <property name="orientation">
  25. <enum>Qt::Horizontal</enum>
  26. </property>
  27. <property name="sizeHint" stdset="0">
  28. <size>
  29. <width>40</width>
  30. <height>20</height>
  31. </size>
  32. </property>
  33. </spacer>
  34. </item>
  35. <item>
  36. <widget class="QLabel" name="label">
  37. <property name="text">
  38. <string/>
  39. </property>
  40. <property name="pixmap">
  41. <pixmap resource="resources.qrc">:/zeroconf-icon.png</pixmap>
  42. </property>
  43. </widget>
  44. </item>
  45. <item>
  46. <widget class="QLabel" name="label_2">
  47. <property name="font">
  48. <font>
  49. <pointsize>11</pointsize>
  50. <weight>75</weight>
  51. <bold>true</bold>
  52. </font>
  53. </property>
  54. <property name="text">
  55. <string>Local Network configuration</string>
  56. </property>
  57. </widget>
  58. </item>
  59. <item>
  60. <spacer name="horizontalSpacer_6">
  61. <property name="orientation">
  62. <enum>Qt::Horizontal</enum>
  63. </property>
  64. <property name="sizeHint" stdset="0">
  65. <size>
  66. <width>40</width>
  67. <height>20</height>
  68. </size>
  69. </property>
  70. </spacer>
  71. </item>
  72. </layout>
  73. </item>
  74. <item>
  75. <widget class="QLabel" name="label_3">
  76. <property name="text">
  77. <string>This plugin will automatically find other users running Tomahawk on your local network</string>
  78. </property>
  79. </widget>
  80. </item>
  81. <item>
  82. <widget class="QCheckBox" name="autoConnectCheckbox">
  83. <property name="text">
  84. <string>Connect automatically when Tomahawk starts</string>
  85. </property>
  86. </widget>
  87. </item>
  88. <item>
  89. <spacer name="verticalSpacer">
  90. <property name="orientation">
  91. <enum>Qt::Vertical</enum>
  92. </property>
  93. <property name="sizeHint" stdset="0">
  94. <size>
  95. <width>20</width>
  96. <height>5</height>
  97. </size>
  98. </property>
  99. </spacer>
  100. </item>
  101. </layout>
  102. </widget>
  103. <resources>
  104. <include location="../jreen/resources.qrc"/>
  105. <include location="resources.qrc"/>
  106. <include location="resources.qrc"/>
  107. </resources>
  108. <connections/>
  109. </ui>