18 Commits

Author SHA1 Message Date
ThomasZecha
0d97f032bb Fix compiler warnings
Qt6 QTranslator::load() uses [[nodiscard]] which currently leads to
compiler warnings. This is fixed using static_cast<void>.

Signed-off-by: ThomasZecha <zecha@ihp-microelectronics.com>
2025-01-07 12:11:57 +01:00
Integral
30f8ddd583
refactor: replace non-empty QString constructors with QStringLiteral() 2024-11-04 15:53:11 +08:00
Vadim Kuznetsov
6616ff4ffb Attenautor and Filter compiles with Qt6 2023-01-26 12:12:21 +03:00
Vadim Kuznetsov
c9ffce91a7 Fixed default font in utilities 2022-02-18 19:47:32 +01:00
Vadim Kuznetsov
937885096c qucs-attenuator compiled and run with Qt5 2022-02-14 22:14:39 +01:00
Vadim Kuznetzov
5e9ceffa49 Fixed after merge of release-0.0.19 2016-11-05 17:54:15 +03:00
Vadim Kuznetzov
5bb55b9562 Replaced hardcoded resurces paths
Resources paths at $prefix/share/qucs/ are defined now via QUCS_NAME
marcro from config.h
2016-07-22 15:00:25 +03:00
in3otd
9951c6045b Instantiate QApplication sooner so applicationDirPath() is valid
applicationDirPath() was used before a QApplication was instantiated
so it returned an empty path. This caused the application language
files path to be computed incorrectly.
2016-04-17 22:27:51 +02:00
Guilherme Brondani Torri
ea38769bda Avoid using LANGUAGEDIR definition.
To have qucs in a relocatable directory (in Windows) it cannot rely
the prefix given at build time. This is actually a bug.

This patch let each tool find the language files at runtime, relative
to the location of the executable.
2016-04-08 22:03:37 +02:00
Guilherme Brondani Torri
7943e9dc1e qucsattenuator: set bitmaps as resouces
The resouce bitmaps are compiled into on the binary.
2013-09-13 16:01:51 +02:00
Frans Schreuder
6919ba2059 qucs-attenuator, qucs-edit, qucs-filter, qucs-transcalc ported to QSettings 2013-07-01 19:06:19 +02:00
Frans Schreuder
90e68b78dd changed QucsEdit to QSettings 2013-07-01 18:44:59 +02:00
Frans Schreuder
a536f511ef QSettings 2013-07-01 08:23:21 +02:00
Frans Schreuder
407cf247c1 implemented QSettings in qucsattennuator 2013-07-01 08:16:12 +02:00
Guilherme Brondani Torri
928c152eb5 Done porting qucsattenuator to Qt4.
Compiled without Qt3Support.
Testes on a Mac. I'm not sure about the menubar space.
It also doens't update the layoutsize when changing from
Bridged Tee to Tee, only when go up to Pi again.
2013-05-27 18:00:38 +02:00
Guilherme Brondani Torri
e39a2b4cc3 Initial changes qucs-attenuator Qt4 only.
Trying to get rid of Qt3Support.
2013-05-27 13:52:56 +02:00
Frans Schreuder
5736ac67f8 Compiles with QT4 (still crashes when opening a document) 2012-10-31 09:15:06 +01:00
raimi
655bec6bd3 2006-07-03 Stefan Jahn <stefan@lkcc.org>
* diagrams/diagram.cpp (loadVarData): Fixed compile time error.
2006-07-04 09:21:49 +00:00