Revert "added new drawer2type for replacing drawertype"

This commit is contained in:
pokamest
2023-10-21 14:17:45 +01:00
committed by GitHub
parent 4551cf0a21
commit d98fdbdc5c
28 changed files with 276 additions and 639 deletions
+1 -11
View File
@@ -135,8 +135,6 @@ PageType {
var pagePath = PageController.getPagePath(PageEnum.PageHome)
ServersModel.currentlyProcessedIndex = ServersModel.defaultIndex
tabBarStackView.push(pagePath, { "objectName" : pagePath })
connectionTypeSelection.parent = tabBarStackView
}
// onWidthChanged: {
@@ -176,12 +174,6 @@ PageType {
strokeColor: "#2C2D30"
fillColor: "#1C1D21"
}
MouseArea {
id: noPropagateMouseEvent
anchors.fill: parent
enabled: true
}
}
TabImageButtonType {
@@ -252,9 +244,7 @@ PageType {
ConnectionTypeSelectionDrawer {
id: connectionTypeSelection
z: 1
onDrawerClosed: {
onAboutToHide: {
tabBar.setCurrentIndex(tabBar.previousIndex)
}
}