We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi. i add an image to your qml file to show/hide files:
Image { id: btnShowHidden source: "qrc://test.png" sourceSize.width: 30 sourceSize.height: 30 anchors.right: btnUp.left anchors.rightMargin: buttonHeight anchors.verticalCenter: parent.verticalCenter enabled: true onImageClicked: { if ( folderListModel.showHidden) { folderListModel.showHidden = false } else { folderListModel.showHidden = true } } }
But it works once. i mean if you show hidden files you can't after that hide them. Why?
The text was updated successfully, but these errors were encountered:
Hello, LinArcX. It seem to be a Qt bug.
Sorry, something went wrong.
No branches or pull requests
Hi. i add an image to your qml file to show/hide files:
But it works once. i mean if you show hidden files you can't after that hide them. Why?
The text was updated successfully, but these errors were encountered: