10 Commits

Author SHA1 Message Date
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
global667
77df7c5bdd Formattings and comment deletion
Some comments was delete. No code changes!
2014-11-27 20:16:14 +01: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
ela
95771be96d 2008-03-16 Stefan Jahn <stefan@lkcc.org>
* qucstrans.cpp (slotCopyToClipBoard): Added clipboard copy for
        new coplanar line types.

2008-02-09  Michael Margraf   <michael.margraf@alumni.tu-berlin.de>

        * added new lines: coplanar with and without backside metal
2008-03-16 19:48:10 +00:00
raimi
830b42fe6a from stefan 2005-04-26 06:36:53 +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