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
Multimedia
Kamoso
Commits
16cd16c1
Commit
16cd16c1
authored
Nov 25, 2020
by
Aleix Pol Gonzalez
🐧
Browse files
Remove all remaining leftovers from QQC1
It wasn't serving a purpose other than loading a whole other widgeting style.
parent
faf0d5e1
Changes
4
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
16cd16c1
...
...
@@ -31,7 +31,7 @@ include(ECMQMLModules)
ecm_find_qmlmodule
(
QtGraphicalEffects 1.0
)
ecm_find_qmlmodule
(
QtQml 2.2
)
ecm_find_qmlmodule
(
QtQuick 2.5
)
ecm_find_qmlmodule
(
QtQuick.Controls
1
.2
)
ecm_find_qmlmodule
(
QtQuick.Controls
2
.2
)
ecm_find_qmlmodule
(
QtQuick.Dialogs 1.0
)
ecm_find_qmlmodule
(
QtQuick.Layouts 1.1
)
ecm_find_qmlmodule
(
QtQuick.Window 2.2
)
...
...
src/qml/DirectoryView.qml
View file @
16cd16c1
...
...
@@ -18,7 +18,7 @@
import
QtQml
2.2
import
QtQuick
2.0
import
QtQuick
.
Controls
1.2
import
QtQuick
.
Controls
2.4
import
org
.
kde
.
kirigami
2.0
as
Kirigami
import
org
.
kde
.
kamoso
3.0
...
...
@@ -92,7 +92,7 @@ GridView
right
:
parent
.
right
rightMargin
:
-
width
/
3
}
check
ed
State
:
Qt
.
Checked
checkState
:
Qt
.
Checked
enabled
:
false
visible
:
view
.
selection
.
indexOf
(
path
.
toString
())
>=
0
}
...
...
src/qml/ImagesView.qml
View file @
16cd16c1
...
...
@@ -18,7 +18,6 @@
import
QtQml
2.2
import
QtQuick
2.0
import
QtQuick
.
Controls
1.2
import
QtQuick
.
Controls
2.0
as
QQC2
import
QtQuick
.
Layouts
1.1
import
QtQuick
.
Dialogs
1.2
...
...
@@ -26,7 +25,7 @@ import org.kde.kamoso 3.0
import
org
.
kde
.
purpose
1.0
import
org
.
kde
.
kirigami
2.12
as
Kirigami
StackView
{
QQC2.
StackView
{
id
:
stack
property
string
mimeFilter
property
alias
nameFilter
:
view
.
nameFilter
...
...
@@ -294,7 +293,7 @@ StackView {
visible
:
camerasCombo
.
visible
}
ComboBox
{
QQC2.
ComboBox
{
id
:
camerasCombo
Layout.fillWidth
:
parent
model
:
devicesModel
...
...
@@ -305,7 +304,7 @@ StackView {
}
}
CheckBox
{
QQC2.
CheckBox
{
Kirigami.FormData.label
:
i18n
(
"
Mirror camera
"
)
checked
:
config
.
mirrored
onCheckedChanged
:
config
.
mirrored
=
checked
...
...
src/qml/Main.qml
View file @
16cd16c1
...
...
@@ -17,7 +17,6 @@
************************************************************************************/
import
QtQuick
2.5
import
QtQuick
.
Controls
1.1
import
QtQuick
.
Controls
2.0
as
QQC2
import
QtQuick
.
Layouts
1.1
import
QtQuick
.
Window
2.2
...
...
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