Skip to content

Commit

Permalink
Remove old base input and unused input with button
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasMizera committed Apr 19, 2024
1 parent 33fdada commit cfa7645
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 335 deletions.
2 changes: 0 additions & 2 deletions app/qml/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,10 @@ set(MM_QML
gps/MMPositionProviderPage.qml
gps/MMStakeoutDrawer.qml
gps/components/MMGpsDataText.qml
inputs/MMBaseInput.qml
inputs/MMComboboxInput.qml
inputs/MMPasswordInput.qml
inputs/MMSearchInput.qml
inputs/MMTextInput.qml
inputs/MMTextWithButtonInput.qml
inputs/MMSwitchInput.qml
layers/MMFeaturesListPage.qml
layers/MMLayerDetailPage.qml
Expand Down
198 changes: 0 additions & 198 deletions app/qml/inputs/MMBaseInput.qml

This file was deleted.

82 changes: 0 additions & 82 deletions app/qml/inputs/MMTextWithButtonInput.qml

This file was deleted.

2 changes: 0 additions & 2 deletions gallery/qml.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,11 @@
<file>../app/qml/account/MMLoginPage.qml</file>
<file>../app/qml/account/MMSignUpPage.qml</file>
<file>../app/qml/account/MMWhichIndustryPage.qml</file>
<file>../app/qml/inputs/MMBaseInput.qml</file>
<file>../app/qml/inputs/MMComboboxInput.qml</file>
<file>../app/qml/inputs/MMPasswordInput.qml</file>
<file>../app/qml/inputs/MMTextInput.qml</file>
<file>../app/qml/inputs/MMSearchInput.qml</file>
<file>../app/qml/inputs/MMSwitchInput.qml</file>
<file>../app/qml/inputs/MMTextWithButtonInput.qml</file>
<file>../app/qml/form/components/MMFormTabBar.qml</file>
<file>../app/qml/form/components/MMCalendarDrawer.qml</file>
<file>../app/qml/form/components/MMFeaturesListPageDrawer.qml</file>
Expand Down
9 changes: 0 additions & 9 deletions gallery/qml/pages/InputsPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,6 @@ ScrollView {
warningMsg: text.length > 0 ? "" : "Write something"
}

MMInputs.MMTextWithButtonInput {
title: "MMTextWithButtonInput"
placeholderText: "Write something"
buttonText: "Copy"
width: parent.width
onButtonClicked: console.log("Copy pressed")
buttonEnabled: text.length > 0
}

MMInputs.MMPasswordInput {
title: "MMPasswordInput"
text: "Password"
Expand Down
Loading

0 comments on commit cfa7645

Please sign in to comment.