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
Toggle navigation
Open sidebar
Maui
Pix
Commits
9369726e
Commit
9369726e
authored
Jun 27, 2019
by
camilo higuita
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
plasmo fixes
parent
aea08c85
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
src/db/fileloader.h
src/db/fileloader.h
+1
-1
src/widgets/views/Folders/FoldersView.qml
src/widgets/views/Folders/FoldersView.qml
+5
-2
No files found.
src/db/fileloader.h
View file @
9369726e
...
...
@@ -74,7 +74,7 @@ public slots:
QStringList
urls
;
for
(
auto
path
:
paths
)
for
(
const
auto
&
path
:
paths
)
if
(
QFileInfo
(
path
).
isDir
())
{
QDirIterator
it
(
path
,
FMH
::
FILTER_LIST
[
FMH
::
FILTER_TYPE
::
IMAGE
],
QDir
::
Files
,
QDirIterator
::
Subdirectories
);
...
...
src/widgets/views/Folders/FoldersView.qml
View file @
9369726e
...
...
@@ -29,10 +29,13 @@ StackView
headBar.visible
:
false
footBar.drawBorder
:
false
foot
Bar.middleContent
:
Maui.TextField
head
Bar.middleContent
:
Maui.TextField
{
// Layout.fillWidth: true
// Layout.margins: space.medium
// Layout.fillWidth: true
placeholderText
:
qsTr
(
"
Filter...
"
)
width
:
foldersPage
.
footBar
.
middleLayout
.
width
*
0.9
//
width: foldersPage.footBar.middleLayout.width * 0.9
onAccepted
:
filter
(
text
)
onCleared
:
populate
()
}
...
...
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