Qucs / qucs

Qucs Project official mirror
http://qucs.sourceforge.net/
GNU General Public License v2.0
1.15k stars 213 forks source link

Port `qucs-rescodes` to Qt4 #38

Closed guitorri closed 10 years ago

guitorri commented 10 years ago

Replace the headers and method that depend on Qt3Support. Ex. Q3HBox -> QHBoxLayout...

yodalee commented 10 years ago

I use grep "Q3" -rI . in qucs directory, there is 1029 lines, hard work lol

guitorri commented 10 years ago

Well, this issue is only about qucs-rescodes:

~ $ grep --include={*.cpp,*.h} "Q3" -ri ~/git/qucs/qucs/qucs-rescodes/ | wc -l
      33
yodalee commented 10 years ago

I will handle this issue. BTW, I send a pull request about print by cmd line, you can try it and tell me how do you think about it.

guitorri commented 10 years ago

Sure. I was about to start looking at your PR. ;)