22 Commits

Author SHA1 Message Date
Iwbnwif Yiw
1ce6b595b1 Add a marker indicator at the end of the leader line. 2024-01-20 13:18:57 +00:00
Vadim Kuznetsov
c6dec8391f Set explicit locale for QDoubleValidator 2023-03-25 20:12:58 +03:00
Vadim Kuznetsov
cd113ed907 Show Freq. instead of X-pos. for Smith chart; fix indentation 2022-06-13 10:48:07 +03:00
Vadim Kuznetsov
819fee41c9 Added 'X position' input field in MarkerDialog 2022-06-12 08:41:00 +03:00
Vadim Kuznetsov
daa1d65c91 Fix broken layout in dialogs 2022-02-16 21:31:56 +01:00
Vadim Kuznetsov
e44af3adce Compiles everything in diagrams 2022-02-13 20:02:56 +01:00
Felix Salfelder
7cceac676c initialize Marker::Z0 to a default of 50.
the initialization was erroneously removed in bb7c9608c256. also rework
related comments.
2015-08-16 10:35:34 +02:00
Felix Salfelder
5942b9392f register parent diagram in graph, not in marker. turn into const*
the marker is attached to the graph, the graph knows the diagram. so the
extra pointer is redundant/confusing.
2015-06-29 23:03:01 +02:00
Felix Salfelder
a3046c1d81 annotate marker and related code, starting to sort out data flow
also, do some code move and cleanup to increase readability
2015-06-29 22:39:14 +02:00
global667
e33a3ae388 Delete QT3_US_SUPPORT from all CMakesLists.txt
SET( QT_USE_QT3SUPPORT TRUE ) is delete from all CmakeLists.txt and adapting the souces, but "FIND_PACKAGE( Qt4 4.6.3 REQUIRED QtCore QtGui Qt3Support QtSvg QtXml QtScript)" in the root-CMakeLists.txt is unchanged. So Q3*-Header like Q3PtrList will not produce an error.
2014-11-27 20:16:14 +01:00
yodalee
4051a2ec0b remove qtgui in diagrams/cppfile 2014-11-04 12:59:41 +08:00
yodalee
7f01f7928b remove qt3 in markerdialog 2014-10-30 16:04:06 +08:00
Guilherme Brondani Torri
b0d7cce0b7 Fix several Qt3 deprecated header inclusion 2013-12-01 18:35:44 +01:00
Guilherme Brondani Torri
edde902512 Fix depreprecated header include
Silence the anoying warning:
c:/Qt/4.8.5/include/Qt/qbrush.h:3:10: warning: #warning "Inclusion of header fil
es from include/Qt is deprecated."
2013-12-01 18:35:44 +01:00
Frans Schreuder
96159d5582 Added impedance to marker in Smith Chart 2013-04-09 14:42:00 +02:00
Frans Schreuder
5736ac67f8 Compiles with QT4 (still crashes when opening a document) 2012-10-31 09:15:06 +01:00
margraf
0ed81add8c *** empty log message *** 2006-03-28 06:10:52 +00:00
margraf
1386f3ac77 *** empty log message *** 2004-10-10 16:06:55 +00:00
ela
d241797138 * Adjusted marker dialog layout. 2004-08-31 06:55:12 +00:00
ela
10222d87e2 2004-08-23 Stefan Jahn <stefan@lkcc.org>
* diagrams/markerdialog.cpp (MarkerDialog): Set maximum
        precision value to 12 (for Qt versions where the QIntValidator
        really works).

        * diagrams/graph.h: Using QValueVector for storing screen
        points.  This fixes a bug when large dotted graphs occurred.

2004-08-23  Stefan Jahn  <stefan@lkcc.org>

        * diagrams/markerdialog.cpp (MarkerDialog): Set maximum
        precision value to 12 (for Qt versions where the QIntValidator
        really works).

        * diagrams/graph.h: Using QValueVector for storing screen
        points.  This fixes a bug when large dotted graphs occurred.
2004-08-24 09:18:23 +00:00
margraf
db10da140d *** empty log message *** 2004-06-16 17:41:33 +00:00
margraf
d8304714e5 *** empty log message *** 2004-04-24 11:52:43 +00:00