[qcineoob] graphical fixes

add 'genres' field to Movie object of ICapCinema
This commit is contained in:
Julien Veyssier 2013-03-18 01:40:39 +01:00
commit 233c18b2e1
10 changed files with 338 additions and 69 deletions

View file

@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>629</width>
<height>552</height>
<height>571</height>
</rect>
</property>
<property name="sizePolicy">
@ -18,8 +18,8 @@
</property>
<property name="maximumSize">
<size>
<width>2000</width>
<height>600</height>
<width>10000</width>
<height>10000</height>
</size>
</property>
<property name="windowTitle">
@ -37,7 +37,7 @@
<property name="maximumSize">
<size>
<width>16777215</width>
<height>600</height>
<height>10000</height>
</size>
</property>
<property name="frameShape">
@ -47,13 +47,6 @@
<enum>QFrame::Raised</enum>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QPushButton" name="downloadButton">
<property name="text">
<string>Download</string>
</property>
</widget>
</item>
<item>
<widget class="QFrame" name="idFrame">
<property name="maximumSize">
@ -77,6 +70,12 @@
</property>
<item>
<widget class="QLabel" name="label_9">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Id:</string>
</property>
@ -112,6 +111,12 @@
<layout class="QHBoxLayout" name="horizontalLayout_9">
<item>
<widget class="QLabel" name="label_7">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Name:</string>
</property>
@ -144,6 +149,12 @@
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label_3">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Seed/leech:</string>
</property>
@ -176,6 +187,12 @@
<layout class="QHBoxLayout" name="horizontalLayout_6">
<item>
<widget class="QLabel" name="label_4">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Size:</string>
</property>
@ -193,10 +210,16 @@
</item>
<item>
<widget class="QFrame" name="frame_8">
<property name="minimumSize">
<size>
<width>0</width>
<height>150</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>200</height>
<height>500</height>
</size>
</property>
<property name="frameShape">
@ -208,6 +231,12 @@
<layout class="QHBoxLayout" name="horizontalLayout_8">
<item>
<widget class="QLabel" name="label_6">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Description:</string>
</property>
@ -221,6 +250,12 @@
</item>
<item>
<widget class="QFrame" name="frame_5">
<property name="minimumSize">
<size>
<width>0</width>
<height>120</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
@ -236,6 +271,12 @@
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<widget class="QLabel" name="label_2">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Files:</string>
</property>
@ -270,6 +311,12 @@
</property>
<item>
<widget class="QLabel" name="label_5">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Url:</string>
</property>
@ -304,6 +351,12 @@
</property>
<item>
<widget class="QLabel" name="label_8">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Magnet:</string>
</property>
@ -315,6 +368,13 @@
</layout>
</widget>
</item>
<item>
<widget class="QPushButton" name="downloadButton">
<property name="text">
<string>Download</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>