Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Hugo Hörnquist
Stupan
Commits
53f328bb
Commit
53f328bb
authored
Apr 20, 2018
by
Hugo Hörnquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix up for sql buffer list
parent
06022b76
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
admin/mainwindow.cpp
admin/mainwindow.cpp
+1
-0
admin/mainwindow.ui
admin/mainwindow.ui
+6
-0
No files found.
admin/mainwindow.cpp
View file @
53f328bb
...
...
@@ -365,6 +365,7 @@ MainWindow::MainWindow(QWidget *parent) :
ui
->
sqlBufferList
->
setModel
(
sqlQueryListModel
);
ui
->
sqlBufferList
->
hideColumn
(
0
);
ui
->
sqlBufferList
->
hideColumn
(
2
);
ui
->
sqlBufferList
->
sortByColumn
(
1
);
}
MainWindow
::~
MainWindow
()
...
...
admin/mainwindow.ui
View file @
53f328bb
...
...
@@ -1018,6 +1018,12 @@
<property
name=
"editTriggers"
>
<set>
QAbstractItemView::NoEditTriggers
</set>
</property>
<property
name=
"alternatingRowColors"
>
<bool>
true
</bool>
</property>
<property
name=
"sortingEnabled"
>
<bool>
true
</bool>
</property>
</widget>
</item>
<item>
...
...
Write
Preview
Markdown
is supported
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