Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Qt application read string

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
void32
How do I cheat?
Reputation: 0

Joined: 10 Feb 2017
Posts: 1

PostPosted: Fri Feb 10, 2017 2:45 pm    Post subject: Qt application read string Reply with quote

I want to programmatically read a string generated by a basic Qt application.

This is the relevant qml file:
Code:
import QtQuick 1.0

Rectangle {
    id: tagCloud

    SystemPalette { id: palette }   //we get the system default colors from this

    //public API
    property variant model
    property color baseColor: palette.base
    property color textColor: palette.text
    property int   textFontSize: 16

    color: baseColor

    Flow {
        id: flow
        width: parent.width
        spacing: 15
        anchors.margins: 4
        anchors.verticalCenter: parent.verticalCenter

        //property int maxHeight:0

        Repeater {
            id: repeater
            model: tagCloud.model

            Text {
                id: textBlock
                text: category
                font.pointSize: tagCloud.textFontSize;
            }
        }
    }
}


Can I use Cheat Engine for this?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites