odstraneni nekolika gui bugu, pridani librtmp, prepsani parseru na aktualni verzi...
[ctkuk.git] / dialogs / about / aboutdialog.ui
blobd2ae57ef2df61d7e4135dd227737d34b1f8ea97e
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>AboutDialog</class>
4 <widget class="QWidget" name="AboutDialog">
5 <property name="windowModality">
6 <enum>Qt::ApplicationModal</enum>
7 </property>
8 <property name="geometry">
9 <rect>
10 <x>0</x>
11 <y>0</y>
12 <width>400</width>
13 <height>246</height>
14 </rect>
15 </property>
16 <property name="windowTitle">
17 <string>About CT KuK</string>
18 </property>
19 <property name="windowIcon">
20 <iconset resource="../../resources.qrc">
21 <normaloff>:/images/icon.ico</normaloff>:/images/icon.ico</iconset>
22 </property>
23 <widget class="QPushButton" name="pushButton">
24 <property name="geometry">
25 <rect>
26 <x>290</x>
27 <y>200</y>
28 <width>97</width>
29 <height>22</height>
30 </rect>
31 </property>
32 <property name="text">
33 <string>Ok</string>
34 </property>
35 </widget>
36 <widget class="QLabel" name="label">
37 <property name="geometry">
38 <rect>
39 <x>20</x>
40 <y>0</y>
41 <width>111</width>
42 <height>101</height>
43 </rect>
44 </property>
45 <property name="text">
46 <string/>
47 </property>
48 <property name="pixmap">
49 <pixmap resource="../../resources.qrc">:/images/icon-big.png</pixmap>
50 </property>
51 <property name="scaledContents">
52 <bool>true</bool>
53 </property>
54 </widget>
55 <widget class="QLabel" name="label_3">
56 <property name="geometry">
57 <rect>
58 <x>10</x>
59 <y>100</y>
60 <width>371</width>
61 <height>91</height>
62 </rect>
63 </property>
64 <property name="text">
65 <string>Cílem projektu ČT KuK je vytvoření klienta pro internetový portál České televize ivysilani.cz, zprostředkovávajícího televizní vysílání pomocí video streamů. Program bude schopen procházet seznam videí, nacházející se na tomto webu, a zároveň tato videa sám přehrávat, popřípadě uložit pro pozdější shlédnutí offline.
66 Aplikace bude schopna přetáčení v již stažené části videa a pozastavení přehrávání (pauza). Video se bude přehrávat v okně přehrávače s možností zobrazit jej na celou obrazovku.</string>
67 </property>
68 <property name="wordWrap">
69 <bool>true</bool>
70 </property>
71 </widget>
72 <widget class="QLabel" name="label_2">
73 <property name="geometry">
74 <rect>
75 <x>150</x>
76 <y>30</y>
77 <width>161</width>
78 <height>51</height>
79 </rect>
80 </property>
81 <property name="font">
82 <font>
83 <pointsize>31</pointsize>
84 <weight>75</weight>
85 <bold>true</bold>
86 </font>
87 </property>
88 <property name="text">
89 <string>ČT KuK</string>
90 </property>
91 </widget>
92 </widget>
93 <resources>
94 <include location="../../resources.qrc"/>
95 </resources>
96 <connections>
97 <connection>
98 <sender>pushButton</sender>
99 <signal>clicked()</signal>
100 <receiver>AboutDialog</receiver>
101 <slot>close()</slot>
102 <hints>
103 <hint type="sourcelabel">
104 <x>338</x>
105 <y>210</y>
106 </hint>
107 <hint type="destinationlabel">
108 <x>199</x>
109 <y>122</y>
110 </hint>
111 </hints>
112 </connection>
113 </connections>
114 </ui>