Jump to content

How to use Autoit Inside QT (C++ Framework )


Recommended Posts

are you asking how can you automate a Qt application by AutoIt? if so, search the forum. there are several threads about this.

are you asking how to make your Qt application run an AutoIt script? your search is Qt-oriented then (Qt support, forum etc.). look here for example. but note that this will cripple Qt cross-platform compatibility, as this is relevant for Windows machines only.

Signature - my forum contributions:

Spoiler

UDF:

LFN - support for long file names (over 260 characters)

InputImpose - impose valid characters in an input control

TimeConvert - convert UTC to/from local time and/or reformat the string representation

AMF - accept multiple files from Windows Explorer context menu

DateDuration -  literal description of the difference between given dates

Apps:

Touch - set the "modified" timestamp of a file to current time

Show For Files - tray menu to show/hide files extensions, hidden & system files, and selection checkboxes

SPDiff - Single-Pane Text Diff

 

Link to comment
Share on other sites

follow these steps:

1) report your thread and ask a moderator to move it to the AutoItX Help and Support forum. this is to catch the attention of any AutoIt user with relevant experience, if such exists.

2) study the AutoItX help file.

3) go to the Qt support, and understand how to call external libraries as COM or DLL.

4) implement that knowledge to call AutoIt functions from your Qt application. remember always to mention in your Qt application prerequisites that it can run under Windows only.

community blessings be on your efforts!

 

 

 

Signature - my forum contributions:

Spoiler

UDF:

LFN - support for long file names (over 260 characters)

InputImpose - impose valid characters in an input control

TimeConvert - convert UTC to/from local time and/or reformat the string representation

AMF - accept multiple files from Windows Explorer context menu

DateDuration -  literal description of the difference between given dates

Apps:

Touch - set the "modified" timestamp of a file to current time

Show For Files - tray menu to show/hide files extensions, hidden & system files, and selection checkboxes

SPDiff - Single-Pane Text Diff

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...