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
5206d0b0
Commit
5206d0b0
authored
Sep 03, 2014
by
Mohamed Anwer
Browse files
Adding default sorting column for BQM
parent
07b17955
Changes
1
Hide whitespace changes
Inline
Side-by-side
utilities/queuemanager/views/queuelist.cpp
View file @
5206d0b0
...
@@ -299,6 +299,7 @@ QueueListView::QueueListView(QWidget* const parent)
...
@@ -299,6 +299,7 @@ QueueListView::QueueListView(QWidget* const parent)
viewport
()
->
setMouseTracking
(
true
);
viewport
()
->
setMouseTracking
(
true
);
setSortingEnabled
(
true
);
setSortingEnabled
(
true
);
sortByColumn
(
1
,
Qt
::
AscendingOrder
);
setAllColumnsShowFocus
(
true
);
setAllColumnsShowFocus
(
true
);
setRootIsDecorated
(
false
);
setRootIsDecorated
(
false
);
setSizePolicy
(
QSizePolicy
::
Expanding
,
QSizePolicy
::
Expanding
);
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