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: can't see epicsqt widgets in QT designer |
From: | Zenon Szalata <[email protected]> |
To: | <[email protected]> |
Date: | Sat, 26 Jul 2014 12:06:10 -0700 |
This is what I do:I create a link to the epicsqt plug ins library in the qt/plugins/designer directory like so:
ln -s $epicsqt_root/framework/designer/libQEPlugins.so <qt root path>/plugins/designer/libQEPlugins.so
Hope that helps. Zen On 07/25/14 19:05, Hansen wrote:
Hi,QE framework already compile successfully and can see QWT widgets in QT designer. The QT_PLUGIN_PATH set to "/$epicsqt_root/framework" but still can't see any epicsqt widgets in QT designer.Anybody can help me to analyse what is the reason?