Changeset 245bf5378f4c9717bb237ac9c9407d7a48fa308e
- Timestamp:
- 24/08/06 22:47:22
(2 years ago)
- Author:
- Clément Stenac <zorglub@videolan.org>
- git-committer:
- Clément Stenac <zorglub@videolan.org> 1156452442 +0000
- git-parent:
[88fbf5360379cf7546c6f9b56bdb791c6f6cad28]
- git-author:
- Clément Stenac <zorglub@videolan.org> 1156452442 +0000
- Message:
Multiple selection
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r9846f39 |
r245bf53 |
|
| 43 | 43 | view->setModel(model); |
|---|
| 44 | 44 | view->header()->resizeSection( 0, 300 ); |
|---|
| | 45 | view->setSelectionMode( QAbstractItemView::ExtendedSelection ); |
|---|
| 45 | 46 | |
|---|
| 46 | 47 | connect( view, SIGNAL( activated( const QModelIndex& ) ), model, |
|---|