Coder Social home page Coder Social logo

lzx8589561 / ztool Goto Github PK

View Code? Open in Web Editor NEW
165.0 9.0 49.0 55.79 MB

pyqt + qt quick qml 工具集 V2ray客户端、Aria2下载、Host编辑、短链接生成、蓝奏云解析、微信机器人

Home Page: http://www.ilt.me

Python 75.45% C++ 0.03% QML 13.52% QMake 0.07% JavaScript 10.92%
wechat

ztool's Issues

请问代码中的setting是怎么来的

Main.qml中

UI.ZLessWindow {
     id: window
     visible: true
     width: setting.window_width
     height: setting.window_height
}

这几句中,这个setting.windos_width中的setting是哪里的呢?
我运行的时候显示找setting is not defined

还有Home.qml中

Item {
    ColumnLayout{
        anchors.top: parent.top
        anchors.left: parent.left
        anchors.leftMargin: 10
        anchors.right: parent.right
        width: parent.width
        spacing: 20
        UI.ZText{
            text: "Hello "+system.username
            style: "h1"
            color: UI.ZTheme.primaryColor
        }
    }
}

的system也是同样的问题

请问是要导入什么模块么

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.