You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use AutoIT for automation with QB. However there is at least one dialog in QB that I have no way to identify from other dialogs because all I can see is the window title and the class "Qt5152QWindowIcon" for every single window I have interacted with.
Could someone please add some static text to the "add torrent" dialog like in the example below so then I could watch for a window with a title containing "TORRENTNAME - XYZ" and a class of Qt5152QWindowIcon?
This would be similar to what you see in Windows notepad where the title bar contains the current file name and the string "- Notepad".
Example of dialogs I can identify correctly because they have a unique title would be "Torrent is already present" and "Invalid torrent" both of which also have the same class of Qt5152QWindowIcon.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I use AutoIT for automation with QB. However there is at least one dialog in QB that I have no way to identify from other dialogs because all I can see is the window title and the class "Qt5152QWindowIcon" for every single window I have interacted with.
Could someone please add some static text to the "add torrent" dialog like in the example below so then I could watch for a window with a title containing "TORRENTNAME - XYZ" and a class of Qt5152QWindowIcon?
This would be similar to what you see in Windows notepad where the title bar contains the current file name and the string "- Notepad".
Example of dialogs I can identify correctly because they have a unique title would be "Torrent is already present" and "Invalid torrent" both of which also have the same class of Qt5152QWindowIcon.
Beta Was this translation helpful? Give feedback.
All reactions