Best GUI library for MQL5

 

Hi there,


I've just created an EA using EasyAndFastGUI library. It is good but not as responsive and fast as users expect. 

Please introduce some perfect libraries for GUI creation in MT5. 

Can I use QT or PyQT or some other flexible UI libraries? 

What is the best GUI library for MQL5 ?


 Thanks all in advanced

EasyAndFast GUI bug
EasyAndFast GUI bug
  • 2018.08.20
  • www.mql5.com
I download the library of the last MT4 version https://www.mql5.com/en/code/19703 Experts\Article09\TestLibrary03 The Edit is always flickering...
 
It is the best available unfortunately. The library works well, but miss-management (crappy code+lack of knowledge about the working of the terminal)  of events can slow the terminal down. Read this https://www.mql5.com/en/forum/342769
 
Enrique Dangeroux #:
It is the best available unfortunately. The library works well, but miss-management (crappy code+lack of knowledge about the working of the terminal)  of events can slow the terminal down. Read this https://www.mql5.com/en/forum/342769
Thank you Enrique! What do you think about DoEasy library which is created by the same programmer? Is it worth to migrate to this one? 
DoEasy. Controls (Part 1): First steps
DoEasy. Controls (Part 1): First steps
  • www.mql5.com
This article starts an extensive topic of creating controls in Windows Forms style using MQL5. My first object of interest is creating the panel class. It is already becoming difficult to manage things without controls. Therefore, I will create all possible controls in Windows Forms style.
 
Mostafa Asefy #:
Thank you Enrique! What do you think about DoEasy library which is created by the same programmer? Is it worth to migrate to this one? 

Greetings.

DoEasy is not written by the same programmer.

I wrote EasyAndFastGUI. A new version of this library will be launched soon.

EasyAndFastGUI library for creating graphical interfaces
EasyAndFastGUI library for creating graphical interfaces
  • www.mql5.com
The EasyAndFastGUI library allows creating graphical interfaces for custom MQL programs.