File: scrollbar-axis-range-control.pro

package info (click to toggle)
qcustomplot 1.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 8,748 kB
  • ctags: 6,456
  • sloc: cpp: 15,443; sh: 1,555; makefile: 4
file content (22 lines) | stat: -rw-r--r-- 448 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#-------------------------------------------------
#
# Project created by QtCreator 2013-07-25T20:43:22
#
#-------------------------------------------------

QT       += core gui

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport

TARGET = scrollbar-axis-range-control
TEMPLATE = app


SOURCES += main.cpp\
        mainwindow.cpp \
    ../../qcustomplot.cpp

HEADERS  += mainwindow.h \
    ../../qcustomplot.h

FORMS    += mainwindow.ui