Changeset 181 for smplayer/trunk/src/findsubtitles/findsubtitleswindow.cpp
- Timestamp:
- Aug 31, 2016, 5:31:04 PM (9 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 179
- Property svn:mergeinfo changed
-
smplayer/trunk/src/findsubtitles/findsubtitleswindow.cpp
r176 r181 51 51 #endif 52 52 53 #if QT_VERSION >= 0x050000 54 #include "myscroller.h" 55 #endif 56 53 57 //#define NO_SMPLAYER_SUPPORT 54 58 … … 65 69 66 70 FindSubtitlesWindow::FindSubtitlesWindow( QWidget * parent, Qt::WindowFlags f ) 67 : Q Dialog(parent,f)71 : QWidget(parent,f) 68 72 { 69 73 setupUi(this); … … 108 112 view->setEditTriggers(QAbstractItemView::NoEditTriggers); 109 113 view->setContextMenuPolicy( Qt::CustomContextMenu ); 114 115 #if QT_VERSION >= 0x050000 116 MyScroller::setScroller(view->viewport()); 117 #endif 110 118 111 119 connect(view, SIGNAL(activated(const QModelIndex &)),
Note:
See TracChangeset
for help on using the changeset viewer.