1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 <2015> 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 <2015> 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | RE: Qt Designer with Epics Records |
From: | Andrew Rhyder <[email protected]> |
To: | Kiran Francis <[email protected]>, "[email protected]" <[email protected]> |
Date: | Sun, 1 Mar 2015 10:48:01 +0000 |
Hi Kiran You can use the QEGui application, which is part of your EPICSQt package, to open .ui files. $ qegui yourGUI.ui As well as presenting GUIs QEGui also provides tools including strip chart, PV inspection, PV scratch pad, message logging, archiver status, PV name search,
configuration save and restore and user levels out of the box. If you want you can also customise its meu bars and tool bars to focus on the application you are developing. QE_QEGuiAndUserInterfaceDesign.pdf contains the user documentation for QEGui, and the QEFramework widgets. It is in the ‘Documentation’ directory of your package
or at http://sourceforge.net/projects/epicsqt/files/documentation/ QEGui also integrates with Qt designer allowing GUIs to be modified on the fly if required. This is by far the quickest way to get going, and is likely to be all you need, but you can also use the .ui file as a source file within your own home grown
Qt based application. The QE widgets will look after themselves, but many of the mechanisms available in QEGui like message logging and save and restore are public and can be used in your own application to add support for QEWidgets. Regards Andrew From: [email protected] [mailto:[email protected]]
On Behalf Of Kiran Francis Greetings, I have installed Qt4 Interface Designer, QWT 6.1.2 and EPICS Qt framework 3.0.2 on CentOS 6.6 32-bit machine. I have EPCIS Base 3.14.12.4. Regards, Kiran Francis |