[qcineoob] search and display torrent

This commit is contained in:
Julien Veyssier 2013-03-12 19:20:24 +01:00
commit c76db754e9
8 changed files with 597 additions and 106 deletions

View file

@ -52,6 +52,11 @@
<string>person</string>
</property>
</item>
<item>
<property name="text">
<string>torrent</string>
</property>
</item>
</widget>
</item>
<item>
@ -91,14 +96,14 @@
</item>
<item>
<widget class="QStackedWidget" name="stackedWidget">
<widget class="QWidget" name="movie_list_page">
<widget class="QWidget" name="list_page">
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QScrollArea" name="scrollArea">
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="movie_list_content">
<widget class="QWidget" name="list_content">
<property name="geometry">
<rect>
<x>0</x>
@ -113,20 +118,20 @@
</item>
</layout>
</widget>
<widget class="QWidget" name="movie_info_page">
<widget class="QWidget" name="info_page">
<layout class="QVBoxLayout" name="movieInfoLayout">
<item>
<widget class="QScrollArea" name="scrollArea_2">
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="movie_info_content">
<widget class="QWidget" name="info_content">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>96</width>
<height>26</height>
<width>660</width>
<height>292</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_8"/>
@ -135,50 +140,6 @@
</item>
</layout>
</widget>
<widget class="QWidget" name="person_list_page">
<layout class="QVBoxLayout" name="verticalLayout_6">
<item>
<widget class="QScrollArea" name="scrollArea_4">
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="person_list_content">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>96</width>
<height>26</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_5"/>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="person_info_page">
<layout class="QVBoxLayout" name="verticalLayout_7">
<item>
<widget class="QScrollArea" name="scrollArea_5">
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="person_info_content">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>96</width>
<height>26</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_4"/>
</widget>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
</layout>