podcast_configuration.ui
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:3k
源码类别:

midi

开发平台:

Unix_Linux

  1. <ui version="4.0" >
  2.  <class>PodcastConfiguration</class>
  3.  <widget class="QWidget" name="PodcastConfiguration" >
  4.   <property name="geometry" >
  5.    <rect>
  6.     <x>0</x>
  7.     <y>0</y>
  8.     <width>547</width>
  9.     <height>330</height>
  10.    </rect>
  11.   </property>
  12.   <property name="windowTitle" >
  13.    <string>Dialog</string>
  14.   </property>
  15.   <layout class="QGridLayout" >
  16.    <item row="0" column="0" colspan="2" >
  17.     <widget class="QLabel" name="label" >
  18.      <property name="text" >
  19.       <string>Podcast URLs list</string>
  20.      </property>
  21.     </widget>
  22.    </item>
  23.    <item row="1" column="0" colspan="4" >
  24.     <widget class="QListWidget" name="podcastList" >
  25.      <property name="dragEnabled" >
  26.       <bool>true</bool>
  27.      </property>
  28.      <property name="dragDropMode" >
  29.       <enum>QAbstractItemView::InternalMove</enum>
  30.      </property>
  31.      <property name="alternatingRowColors" >
  32.       <bool>true</bool>
  33.      </property>
  34.     </widget>
  35.    </item>
  36.    <item row="2" column="0" >
  37.     <widget class="QLabel" name="label2" >
  38.      <property name="text" >
  39.       <string>URL</string>
  40.      </property>
  41.     </widget>
  42.    </item>
  43.    <item row="2" column="1" >
  44.     <widget class="QLineEdit" name="podcastURL" />
  45.    </item>
  46.    <item row="2" column="2" >
  47.     <widget class="QPushButton" name="podcastAdd" >
  48.      <property name="text" >
  49.       <string>Add</string>
  50.      </property>
  51.      <property name="icon" >
  52.       <iconset resource="../vlc.qrc" >:/pixmaps/play.png</iconset>
  53.      </property>
  54.     </widget>
  55.    </item>
  56.    <item row="2" column="3" >
  57.     <widget class="QPushButton" name="podcastDelete" >
  58.      <property name="text" >
  59.       <string>Delete</string>
  60.      </property>
  61.      <property name="icon" >
  62.       <iconset resource="../vlc.qrc" >:/pixmaps/vlc_quit_16px.png</iconset>
  63.      </property>
  64.     </widget>
  65.    </item>
  66.    <item row="3" column="2" colspan="2" >
  67.     <widget class="QDialogButtonBox" name="okCancel" >
  68.      <property name="standardButtons" >
  69.       <set>QDialogButtonBox::NoButton</set>
  70.      </property>
  71.     </widget>
  72.    </item>
  73.   </layout>
  74.  </widget>
  75.  <resources>
  76.   <include location="../vlc.qrc" />
  77.  </resources>
  78.  <connections>
  79.   <connection>
  80.    <sender>okCancel</sender>
  81.    <signal>accepted()</signal>
  82.    <receiver>PodcastConfiguration</receiver>
  83.    <slot>accept()</slot>
  84.    <hints>
  85.     <hint type="sourcelabel" >
  86.      <x>445</x>
  87.      <y>304</y>
  88.     </hint>
  89.     <hint type="destinationlabel" >
  90.      <x>273</x>
  91.      <y>164</y>
  92.     </hint>
  93.    </hints>
  94.   </connection>
  95.   <connection>
  96.    <sender>okCancel</sender>
  97.    <signal>rejected()</signal>
  98.    <receiver>PodcastConfiguration</receiver>
  99.    <slot>reject()</slot>
  100.    <hints>
  101.     <hint type="sourcelabel" >
  102.      <x>445</x>
  103.      <y>304</y>
  104.     </hint>
  105.     <hint type="destinationlabel" >
  106.      <x>273</x>
  107.      <y>164</y>
  108.     </hint>
  109.    </hints>
  110.   </connection>
  111.  </connections>
  112. </ui>