25 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
e3b226a1b6 Transcalc compiles with Qt6 2023-01-26 13:36:39 +03:00
Vadim Kuznetsov
3b0ddb0509 Import transcalc utility from Qucs Qt4 package 2022-08-26 15:55:54 +03:00
Vadim Kuznetzov
68fbaebf6e Remove duplicated tools from Qucs 2017-10-21 14:59:34 +03: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
Felix Salfelder
e4dc3ca3c7 Merge branch 'in3otd-issue_372' into release-0.0.19 2016-04-17 13:17:14 +01:00
in3otd
90d2e23060 Use QSettings to set the working and home directory
Qucs Transcalc was using a fixed path (~/.qucs) to store and
retrieve the GUI input values, ignoring the QucsHomeDir that
could have been defined by the main GUI
2016-04-17 12:05:45 +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
94baa698a5 qucstrans: remove BitmapDir, use resource file
Bitmaps are included as resources on the binary.
See qrc file.
2013-09-13 16:01:52 +02:00
Frans Schreuder
6a56fc1a1f Qucs Home directory can now be edited in Application settings, as well as octave bin dir 2013-07-01 23:43:49 +02:00
Frans Schreuder
6919ba2059 qucs-attenuator, qucs-edit, qucs-filter, qucs-transcalc ported to QSettings 2013-07-01 19:06:19 +02:00
cnovak
460333b532 corrected include in qucstrans/main.cpp 2013-06-01 15:47:50 +02:00
Guilherme Brondani Torri
20d8cf1f1e Started porting qucstrans to Qt4
Most of the code compiles. The QStackedWidgtes and QGroupBox
need reimplementation. It is currenlty a mess of parent and child
widgets. Thigs are different on Qt4
Perhaps the following:
GroupBox > GridLayout > addWidgets > setLayout

Fixed radio buttons. Removed StackedWidgets

Compilation tested without Qt3Support.
Not thoroughly tested. Input and outputs also look OK.
Not sure about the menu space on other platforms (Mac here).
2013-05-30 18:18:07 +02:00
Frans Schreuder
5736ac67f8 Compiles with QT4 (still crashes when opening a document) 2012-10-31 09:15:06 +01:00
raimi
1d17a84fcd 2006-02-16 Stefan Jahn <stefan@lkcc.org>
* qucs-transcalc/main.cpp, qucs-lib/main.cpp,
        qucs-help/main.cpp, qucs-filter/main.cpp, qucs-edit/main.cpp
        (loadSettings): Try loading items from main qucsrc even if
        application specific resource file does not exist.
2006-02-17 07:20:07 +00:00
margraf
1eb4c6e799 *** empty log message *** 2006-02-14 07:25:27 +00:00
raimi
b0162b335f from stefan. new directory added. 2005-12-02 08:50:22 +00:00
raimi
8073ddb5c9 2005-04-09 Stefan Jahn <stefan@lkcc.org>
* qucstrans.cpp (slotCopyToClipBoard): Added schematic creation
        for coupled microstrip.
2005-04-11 06:41:24 +00:00
raimi
13e1b0ca30 2005-04-03 Stefan Jahn <stefan@lkcc.org>
* optionsdialog.h: Added configuration option dialog.

        * helpdialog.h: Implemented help dialog.

        * qucstrans.cpp: Applied reasonable default values for line
        properties. Implemented status bar. Improved radio button
        behaviour.  Implemented config file operations as well as loading
        and saving of transmission line files.

        * microstrip.cpp (synthesize): Computing length of microstrip
        line based on electrical angle during synthesis.

        * main.cpp: Saving and storing current property values in resource
        file on application startup and exit.

        * c_microstrip.cpp (er_eff_freq): Fixed P_9 formula.  Use  '0.7913'
        instead of '0.7193'.
        (Z0_dispersion): Fixed Q_19 formula.  Use '4.9' instead of '4.19'.
2005-04-04 08:28:09 +00:00
raimi
ea195d1d0f *** empty log message *** 2005-03-19 11:51:25 +00:00
margraf
0fc3da9edc *** empty log message *** 2005-03-13 14:46:24 +00:00
raimi
c7d3439e4b qtgeneric.ts by Markus Gothe <nietzschian@gmail.com>
2005-03-03  Stefan Jahn  <stefan@lkcc.org>

        * qucstrans.cpp: Initial attempt to create a 'transcalc' like
        GUI for Qt.  Thus the program can be ported for use with Qucs.
2005-03-04 15:29:54 +00:00