Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Graphics
digiKam
Commits
07b17955
Commit
07b17955
authored
Sep 03, 2014
by
Mohamed Anwer
Browse files
Enabling Sorting by columns
BUG:201592
FIXED-IN:"4.3.0"
parent
65bd16e9
Changes
1
Show whitespace changes
Inline
Side-by-side
utilities/queuemanager/views/queuelist.cpp
View file @
07b17955
...
...
@@ -7,6 +7,7 @@
* Description : Batch Queue Manager items list.
*
* Copyright (C) 2008-2012 by Gilles Caulier <caulier dot gilles at gmail dot com>
* Copyright (C) 2014 by Mohamed Anwer <mohammed dot ahmed dot anwer at gmail dot com>
*
* This program is free software; you can redistribute it
* and/or modify it under the terms of the GNU General
...
...
@@ -297,7 +298,7 @@ QueueListView::QueueListView(QWidget* const parent)
setDragEnabled
(
true
);
viewport
()
->
setMouseTracking
(
true
);
setSortingEnabled
(
fals
e
);
setSortingEnabled
(
tru
e
);
setAllColumnsShowFocus
(
true
);
setRootIsDecorated
(
false
);
setSizePolicy
(
QSizePolicy
::
Expanding
,
QSizePolicy
::
Expanding
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment