equal
deleted
inserted
replaced
71 void updateSize(int row); |
71 void updateSize(int row); |
72 int appendRow(const QString & name); |
72 int appendRow(const QString & name); |
73 VideoItem* nameItem(int row); |
73 VideoItem* nameItem(int row); |
74 void play(int row); |
74 void play(int row); |
75 void updateDescription(); |
75 void updateDescription(); |
|
76 void clearTemp(); |
|
77 void clearThumbnail(); |
76 |
78 |
77 // options group |
79 // options group |
78 QComboBox *comboAVFormats; |
80 QComboBox *comboAVFormats; |
79 QComboBox *comboVideoCodecs; |
81 QComboBox *comboVideoCodecs; |
80 QComboBox *comboAudioCodecs; |
82 QComboBox *comboAudioCodecs; |
86 |
88 |
87 // description group |
89 // description group |
88 QPushButton *btnPlay, *btnDelete; |
90 QPushButton *btnPlay, *btnDelete; |
89 QLabel *labelDesc; |
91 QLabel *labelDesc; |
90 QLabel *labelThumbnail; |
92 QLabel *labelThumbnail; |
91 QPixmap picThumbnail; |
|
92 |
93 |
93 // this flag is used to distinguish if cell was changed from code or by user |
94 // this flag is used to distinguish if cell was changed from code or by user |
94 // (in signal cellChanged) |
95 // (in signal cellChanged) |
95 bool nameChangedFromCode; |
96 bool nameChangedFromCode; |
96 |
97 |