Skip to content

Instantly share code, notes, and snippets.

View tuduweb's full-sized avatar
😊
Focusing

tuduweb

😊
Focusing
View GitHub Profile
@tuduweb
tuduweb / painter.qml
Created August 8, 2021 13:28
qml painter
Image
{
id: bgImg
visible: useImageAsBackground
z: 6
source: backgroundImagePath
height: backgroundImageRotate ? bg.width : bg.height
width: backgroundImageRotate ? bg.height : bg.width
sourceSize.height: height
sourceSize.width: width
# Default ignored files
/shelf/
/workspace.xml
# Datasource local storage ignored files
/../../../../:\project\ML-CL-DDoS\.idea/dataSources/
/dataSources.local.xml
# Editor-based HTTP Client requests
/httpRequests/