[qcineoob] filmography

[imdb] html characters converted
This commit is contained in:
Julien Veyssier 2013-03-12 17:08:15 +01:00
commit 6fe917417c
6 changed files with 85 additions and 4 deletions

View file

@ -75,6 +75,12 @@
</item>
<item>
<widget class="QLabel" name="currentActionLabel">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string/>
</property>

View file

@ -36,6 +36,52 @@
</property>
</widget>
</item>
<item>
<widget class="QFrame" name="frame_12">
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QPushButton" name="filmographyButton">
<property name="text">
<string>view
filmography</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>as</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="filmographyCombo">
<item>
<property name="text">
<string>all</string>
</property>
</item>
<item>
<property name="text">
<string>actor</string>
</property>
</item>
<item>
<property name="text">
<string>director</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</item>