2,501

(6 replies, posted in Elements)

Drag and drop Eaton Moeller elements to user collection on old version, now launch 0.8.
Or copy files see : The default element collection paths depend on the installation settings choosed during the installation process.
https://download.qelectrotech.org/qet/m … ement.html

Example

QET collection
Windows
C/Program Files/QElectroTech/elements

Linux
/usr/share/qelectrotech/elements

Mac
User collection
Windows
C/users/user_name/Application Data/qet/elements

Linux
/Home/user_name/QElectroTech/collections/elements

Mac

https://qelectrotech.org/forum/viewtopic.php?id=1590
https://qelectrotech.org/forum/viewtopi … 5647#p5647

2,503

(1 replies, posted in Elements)

https://download.qelectrotech.org/qet/s … xample.pdf
https://download.qelectrotech.org/qet/s … strial.pdf


https://qelectrotech.org/forum/viewtopi … 708#p14708
https://qelectrotech.org/forum/viewtopi … 492#p14492

2,504

(36 replies, posted in Elements)

You have the same log on 0.8.

Non, mais au moins tu as le pdf comme modèle pour redessiner ton projet.

2,506

(36 replies, posted in Elements)

The v0.9 is stable now

https://git.tuxfamily.org/qet/qet.git/c … 65ad507c3e

Project properties dialog launch a little more faster (especially on windows)
Instead of build machine_info class which take time, only to get the max
width and height of screens, call  of methods
Machine_info::i_max_screen_width() and
Machine_info::i_max_screen_height() are now static and compute only
this.
The project properties dialog is now faster because don't wait the end
build of machine_info.

https://git.tuxfamily.org/qet/qet.git/c … 073a46ca64

Make MachineInfo a singleton class
Because on windows MachineInfo take a little time to init, we make it to
a singleton.
MachineInfo is build the first time in main.cpp.
Now all other places where we use MachineInfo (aboutqetdialog and
configdialog) gui don't hang anymore in waiting to MachineInfo finish to
build.

https://git.tuxfamily.org/qet/qet.git/c … d6631a08e0

Use QStringLiteral and QLatin1String.
According to the Qt documentation
(https://doc.qt.io/qt-5/qstring.html#QStringLiteral)
(https://woboq.com/blog/qstringliteral.html), use QStringLiteral and
QLatin1String is better on some conditions (faster).
This commit change the code related to the loading of a project (in
qetproject class), let see if loading time is improved.

2,507

(36 replies, posted in Elements)

The v0.9 is stable now, but is a devel branch and we want if we want break a lot. :p
But when  I see is breaking a lot I don't push nightly's builds.
I check not all commits ..

2,508

(36 replies, posted in Elements)

Hi Gabor ,
I deleted all files because is private.
For private resolve use joshua and me 'emails, not public forum. ;-)

2,509

(36 replies, posted in Elements)

Maybe you have a Win10 problem.. on your machine .. ?!
Tried with Appimage 0.8 on debian, render is great.

You restore a  great luxurious motorhome diy project?
Thanks is an impressive project. nomicons/wink

https://github.com/flathub/flathub/pull … -809636619

2,511

(36 replies, posted in Elements)

I tried on my Win10 20H2 laptop 
"Version : Windows 10 Version 2009 - Kernel : 10.0.19042" "
project render well but I saw a lot off messages on log

16:21:28.216 Info: "GitRevision 0f8f26e1774537bb4cbc9a2f36cb7e62dd763c07" 
16:21:28.230 Info: "QElectroTech V 0.90-DEV" 
16:21:28.241 Info: "Compilation : GCC 9.3.0" 
16:21:28.249 Info: "Built with Qt 5.15.2 - Date : Mar 23 2021 : 14:04:02" 
16:21:28.267 Info: "Run with Qt 5.15.2 using 8 thread(s)" 
16:21:28.278 Info: "CPU : NAME                                      \r\r\nINTEL(R) CORE(TM) I7-8550U CPU @ 1.80GHZ  \r\r\n\r\r\n" 
16:21:28.299 Info: "RAM Total : 16199 MB" 
16:21:28.315 Info: "RAM Available : 11303 MB" 
16:21:28.324 Info: "GPU : VideoProcessor                \r\r\nIntel(R) UHD Graphics Family  \r\r\n\r\r\n" 
16:21:28.343 Info: "GPU RAM : RAM Total : AdapterRAM  \r\r\n1073741824  \r\r\n\r\r\n B" 
16:21:28.358 Info: "OS : winnt  - x86_64 - Version : Windows 10 Version 2009 - Kernel : 10.0.19042" 
16:21:28.373 Info: *** Qt screens *** 
16:21:28.386 Info: "( 1 : 3840 x 2160 )" 
16:22:10.631 Debug: TerminalData::typeFromString, argument string is invalid failsafe type 'TerminalData::Generic' is returned (../sources/properties/terminaldata.cpp:192, static TerminalData::Type TerminalData::typeFromString(const QString&))
16:22:10.665 Debug: TerminalData::typeFromString, argument string is invalid failsafe type 'TerminalData::Generic' is returned (../sources/properties/terminaldata.cpp:192, static TerminalData::Type TerminalData::typeFromString(const QString&))
16:22:10.697 Debug: TerminalData::typeFromString, argument string is invalid failsafe type 'TerminalData::Generic' is returned (../sources/properties/terminaldata.cpp:192, static TerminalData::Type TerminalData::typeFromString(const QString&))
16:22:10.734 Debug: TerminalData::typeFromString, argument string is invalid failsafe type 'TerminalData::Generic' is returned (../sources/properties/terminaldata.cpp:192, static TerminalData::Type TerminalData::typeFromString(const QString&))
16:22:10.826 Debug: TerminalData::typeFromString, argument string is invalid failsafe type 'TerminalData::Generic' is returned (../sources/properties/terminaldata.cpp:192, static TerminalData::Type TerminalData::typeFromString(const QString&))
16:22:10.852 Debug: TerminalData::typeFromString, argument string is invalid failsafe type 'TerminalData::Generic' is returned (../sources/properties/terminaldata.cpp:192, static TerminalData::Type TerminalData::typeFromString(const QString&))
16:22:10.888 Debug: TerminalData::typeFromString, argument string is invalid failsafe type 'TerminalData::Generic' is returned (../sources/properties/terminaldata.cpp:192, static TerminalData::Type TerminalData::typeFromString(const QString&))
16:22:10.916 Debug: TerminalData::typeFromString, argument string is invalid failsafe type 'TerminalData::Generic' is returned (../sources/properties/terminaldata.cpp:192, static TerminalData::Type TerminalData::typeFromString(const QString&))
16:22:10.956 Debug: TerminalData::typeFromString, argument string is invalid failsafe type 'TerminalData::Generic' is returned (../sources/properties/terminaldata.cpp:192, static TerminalData::Type TerminalData::typeFromString(const QString&))
16:22:10.999 Debug: TerminalData::typeFromString, argument string is invalid failsafe type 'TerminalData::Generic' is returned (../sources/properties/terminaldata.cpp:192, static TerminalData::Type TerminalData::typeFromString(const QString&))
16:22:11.032 Debug: TerminalData::typeFromString, argument string is invalid failsafe type 'TerminalData::Generic' is returned (../sources/properties/terminaldata.cpp:192, static TerminalData::Type TerminalData::typeFromString(const QString&))
16:22:11.069 Debug: TerminalData::typeFromString, argument string is invalid failsafe type 'TerminalData::Generic' is returned (../sources/properties/terminaldata.cpp:192, static TerminalData::Type TerminalData::typeFromString(const QString&))
16:22:11.104 Debug: TerminalData::typeFromString, argument string is invalid failsafe type 'TerminalData::Generic' is returned (../sources/properties/terminaldata.cpp:192, static TerminalData::Type TerminalData::typeFromString(const QString&))
16:22:11.142 Debug: TerminalData::typeFromString, argument string is invalid failsafe type 'TerminalData::Generic' is returned (../sources/properties/terminaldata.cpp:192, static TerminalData::Type TerminalData::typeFromString(const QString&))
16:22:11.175 Debug: TerminalData::typeFromString, argument string is invalid failsafe type 'TerminalData::Generic' is returned (../sources/properties/terminaldata.cpp:192, static TerminalData::Type TerminalData::typeFromString(const QString&))
16:22:11.223 Debug: TerminalData::typeFromString, argument string is invalid failsafe type 'TerminalData::Generic' is returned (../sources/properties/terminaldata.cpp:192, static TerminalData::Type TerminalData::typeFromString(const QString&))
16:22:11.248 Debug: TerminalData::typeFromString, argument string is invalid failsafe type 'TerminalData::Generic' is returned (../sources/properties/terminaldata.cpp:192, static TerminalData::Type TerminalData::typeFromString(const QString&))
16:22:11.292 Debug: TerminalData::typeFromString, argument string is invalid failsafe type 'TerminalData::Generic' is returned (../sources/properties/terminaldata.cpp:192, static TerminalData::Type TerminalData::typeFromString(const QString&))
16:22:11.322 Debug: TerminalData::typeFromString, argument string is invalid failsafe type 'TerminalData::Generic' is returned (../sources/properties/terminaldata.cpp:192, static TerminalData::Type TerminalData::typeFromString(const QString&))
16:22:11.355 Debug: TerminalData::typeFromString, argument string is invalid failsafe type 'TerminalData::Generic' is returned (../sources/properties/terminaldata.cpp:192, static TerminalData::Type TerminalData::typeFromString(const QString&))
16:22:11.400 Debug: TerminalData::typeFromString, argument string is invalid failsafe type 'TerminalData::Generic' is returned (../sources/properties/terminaldata.cpp:192, static TerminalData::Type TerminalData::typeFromString(const QString&))
16:22:11.445 Debug: TerminalData::typeFromString, argument string is invalid failsafe type 'TerminalData::Generic' is returned (../sources/properties/terminaldata.cpp:192, static TerminalData::Type TerminalData::typeFromString(const QString&))
16:22:11.477 Debug: TerminalData::typeFromString, argument string is invalid failsafe type 'TerminalData::Generic' is returned (../sources/properties/terminaldata.cpp:192, static TerminalData::Type TerminalData::typeFromString(const QString&))
16:22:11.517 Debug: TerminalData::typeFromString, argument string is invalid failsafe type 'TerminalData::Generic' is returned (../sources/properties/terminaldata.cpp:192, static TerminalData::Type TerminalData::typeFromString(const QString&))
16:22:11.554 Debug: TerminalData::typeFromString, argument string is invalid failsafe type 'TerminalData::Generic' is returned (../sources/properties/terminaldata.cpp:192, static TerminalData::Type TerminalData::typeFromString(const QString&))
16:22:11.590 Debug: TerminalData::typeFromString, argument string is invalid failsafe type 'TerminalData::Generic' is returned (../sources/properties/terminaldata.cpp:192, static TerminalData::Type TerminalData::typeFromString(const QString&))
16:22:11.626 Debug: TerminalData::typeFromString, argument string is invalid failsafe type 'TerminalData::Generic' is returned (../sources/properties/terminaldata.cpp:192, static TerminalData::Type TerminalData::typeFromString(const QString&))

2,512

(36 replies, posted in Elements)

Kiadás    Windows 10 Pro
Verzió    20H2

https://www.windowslatest.com/2020/11/2 … indows-10/

2,513

(36 replies, posted in Elements)

I you see my PDF your project run well on 0.9-dev but also on 0.8 version.
I understand well you have this problem only one Win 10 machine? and this project run well on another Win10 machine, yes?

2,514

(36 replies, posted in Elements)

mezga wrote:

Important information:
the same project works on another machine (WIN10 ) with the same version.

Maybe you have changed fonts type or size on QET config or an Win10 update.. on this machine.

2,515

(36 replies, posted in Elements)

Run you project on Debian with last 0.9-dev.
I' think is good, no?

2,516

(36 replies, posted in Elements)

Compress to zip.

2,517

(36 replies, posted in Elements)

Edit you previous post and you saw an attachment file.

2,518

(36 replies, posted in Elements)

Hello,

Your problem arose following the change from version 0.7 to 0.8?
Version 0.8 is downloaded here on our servers?
You could share your project here?

2,519

(36 replies, posted in Elements)

Hi,

What your OS?
what have you changed, QET version?

I 'm think no, maybe launch QET in an shell terminal.

2,521

(14 replies, posted in Elements)

https://qelectrotech.org/forum/viewtopi … 713#p13713

Hallo

Strange !
Tried here but with 0.9-dev ReadyToUse and switched to german language, qet_tb_generator.exe start..

You put qet_tb_generator.exe inside your Readytouse directory?

https://github.com/qelectrotech/qelectr … .cpp#L2336

2,525

(150 replies, posted in Code)

https://fossies.org/linux/texstudio/.gi … age_win.sh

laurent@debian:~/Qet-svn/git/cmake/build$ /home/laurent/digikam2/project/bundles/mxe/build.win64/usr/bin/x86_64-w64-mingw32.shared-peldd qelectrotech.exe -a -w d3d11.dll -w dxgi.dll|grep dll|xargs cp -t .
laurent@debian:~/Qet-svn/git/cmake/build$ tree | grep dll
│   ├── kwidgetsaddons5widgets.dll
│   ├── libgmock.dll
│   ├── libgmock_main.dll
│   ├── libgtest.dll
│   ├── libgtest_main.dll
│   ├── libKF5CoreAddons.dll
│   └── libKF5WidgetsAddons.dll
│   │   │       │   └── pugixml_dll.rc.res
│   │   ├── libpugixml.dll
│   │   ├── libpugixml.dll.a
│   │   │   ├── pugixml_dll.rc
│   ├── libgmock.dll.a
│   ├── libgmock_main.dll.a
│   ├── libgtest.dll.a
│   ├── libgtest_main.dll.a
│   ├── libKF5CoreAddons.dll.a
│   └── libKF5WidgetsAddons.dll.a
├── libbz2.dll
├── libcrypto-1_1-x64.dll
├── libfreetype-6.dll
├── libgcc_s_seh-1.dll
├── libglib-2.0-0.dll
├── libharfbuzz-0.dll
├── libiconv-2.dll
├── libintl-8.dll
├── libKF5CoreAddons.dll
├── libKF5WidgetsAddons.dll
├── libpcre-1.dll
├── libpcre2-16-0.dll
├── libpng16-16.dll
├── libssl-1_1-x64.dll
├── libstdc++-6.dll
├── libwinpthread-1.dll
├── libzstd.dll
├── Qt5Concurrent.dll
├── Qt5Core.dll
├── Qt5Gui.dll
├── Qt5Network.dll
├── Qt5PrintSupport.dll
├── Qt5Sql.dll
├── Qt5Svg.dll
├── Qt5Widgets.dll
├── Qt5Xml.dll
└── zlib1.dll

great! but forgot libsqlite3-0.dll

Maybe add
find_package(SQLite3 REQUIRED)


laurent@debian:~/Qet-svn/git/cmake/build$ /home/laurent/digikam2/project/bundles/mxe/build.win64/usr/bin/x86_64-w64-mingw32.shared-objdump -p  qelectrotech.exe | grep "DLL Name" | awk '{print $3}'
ADVAPI32.dll
KERNEL32.dll
msvcrt.dll
libgcc_s_seh-1.dll
libstdc++-6.dll
Qt5Concurrent.dll
Qt5Core.dll
Qt5Gui.dll
Qt5Network.dll
Qt5PrintSupport.dll
Qt5Sql.dll
Qt5Svg.dll
Qt5Widgets.dll
Qt5Xml.dll
libKF5CoreAddons.dll
libKF5WidgetsAddons.dll

 laurent@debian:~/Qet-svn/git/cmake/build$ strings qelectrotech.exe | grep -i '\.dll$'
ADVAPI32.dll
KERNEL32.dll
msvcrt.dll
libgcc_s_seh-1.dll
libstdc++-6.dll
Qt5Concurrent.dll
Qt5Core.dll
Qt5Gui.dll
Qt5Network.dll
Qt5PrintSupport.dll
Qt5Sql.dll
Qt5Svg.dll
Qt5Widgets.dll
Qt5Xml.dll
libKF5CoreAddons.dll
libKF5WidgetsAddons.dll

Try ninja install