File: coverartdialog.ui

package info (click to toggle)
qmpdclient 1.2.2%2Bgit20151118-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 2,728 kB
  • ctags: 2,091
  • sloc: cpp: 9,013; ansic: 2,593; makefile: 4
file content (31 lines) | stat: -rw-r--r-- 648 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>CoverArtDialog</class>
 <widget class="QDialog" name="CoverArtDialog">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>408</width>
    <height>393</height>
   </rect>
  </property>
  <layout class="QHBoxLayout">
   <property name="spacing">
    <number>0</number>
   </property>
   <property name="margin">
    <number>0</number>
   </property>
   <item>
    <widget class="QLabel" name="coverArtImageLabel">
     <property name="text">
      <string/>
     </property>
    </widget>
   </item>
  </layout>
 </widget>
 <resources/>
 <connections/>
</ui>