File: widgets.pri

package info (click to toggle)
wsjtx 2.3.0%2Brepack-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 63,524 kB
  • sloc: cpp: 59,051; f90: 34,130; python: 27,241; ansic: 11,205; fortran: 2,051; sh: 132; makefile: 109
file content (36 lines) | stat: -rw-r--r-- 1,780 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
SOURCES += \
  widgets/astro.cpp widgets/LettersSpinBox.cpp \
  widgets/logqso.cpp widgets/displaytext.cpp \
  widgets/meterwidget.cpp widgets/signalmeter.cpp \
  widgets/plotter.cpp widgets/widegraph.cpp widgets/about.cpp \
  widgets/mainwindow.cpp widgets/messageaveraging.cpp \
  widgets/echoplot.cpp widgets/echograph.cpp widgets/fastgraph.cpp \
  widgets/fastplot.cpp widgets/MessageBox.cpp \
  widgets/colorhighlighting.cpp widgets/ExportCabrillo.cpp \
  widgets/AbstractLogWindow.cpp \
  widgets/FrequencyLineEdit.cpp widgets/FrequencyDeltaLineEdit.cpp \
  widgets/FoxLogWindow.cpp widgets/CabrilloLogWindow.cpp \
  widgets/HelpTextWindow.cpp widgets/RestrictedSpinBox.cpp \
  widgets/LazyFillComboBox.cpp widgets/CheckableItemComboBox.cpp

HEADERS  += \
  widgets/mainwindow.h widgets/plotter.h \
  widgets/about.h widgets/widegraph.h  \
  widgets/displaytext.h widgets/logqso.h widgets/LettersSpinBox.hpp \
  widgets/FrequencyLineEdit.hpp widgets/FrequencyDeltaLineEdit.hpp widgets/signalmeter.h \
  widgets/meterwidget.h widgets/messageaveraging.h \
  widgets/echoplot.h widgets/echograph.h widgets/fastgraph.h \
  widgets/fastplot.h widgets/MessageBox.hpp widgets/colorhighlighting.h \
  widgets/ExportCabrillo.h widgets/AbstractLogWindow.hpp \
  widgets/FoxLogWindow.hpp widgets/CabrilloLogWindow.hpp \
  widgets/DateTimeEdit.hpp widgets/HelpTextWindow.hpp \
  widgets/RestrictedSpinBox.hpp \
  widgets/LazyFillComboBox.hpp widgets/CheckableItemComboBox.hpp

FORMS    += \
  widgets/mainwindow.ui widgets/about.ui \
  widgets/widegraph.ui widgets/astro.ui \
  widgets/logqso.ui widgets/messageaveraging.ui \
  widgets/echograph.ui widgets/fastgraph.ui \
  widgets/colorhighlighting.ui widgets/ExportCabrillo.ui \
  widgets/FoxLogWindow.ui widgets/CabrilloLogWindow.ui