|
QlightRead package | ESS final project 1.22-beta
|
#include <mainwindow.h>

Public Member Functions | |
| MainWindow () | |
| MainWindow::MainWindow() Heart of main GUI. | |
Public Attributes | |
| QLabel * | C_v_i |
| QLabel * | A_v_i |
| QLabel * | Con_V |
| QProgressBar * | ab |
| QProgressBar * | ib |
| QLabel * | bar_l |
| QDockWidget * | dock |
| QDockWidget * | dock1 |
| QVBoxLayout * | curvelayout |
| QWidget * | widget |
| int | pid |
| int | vid |
| int | transferred |
Definition at line 70 of file mainwindow.h.
| MainWindow::MainWindow | ( | ) |
MainWindow::MainWindow() Heart of main GUI.
| none |
| none |
Definition at line 68 of file mainwindow.cpp.

| QLabel* MainWindow::A_v_i |
Definition at line 78 of file mainwindow.h.
| QProgressBar* MainWindow::ab |
Definition at line 80 of file mainwindow.h.
| QLabel* MainWindow::bar_l |
Definition at line 82 of file mainwindow.h.
| QLabel* MainWindow::C_v_i |
Definition at line 77 of file mainwindow.h.
| QLabel* MainWindow::Con_V |
Definition at line 79 of file mainwindow.h.
| QVBoxLayout* MainWindow::curvelayout |
Definition at line 85 of file mainwindow.h.
| QDockWidget* MainWindow::dock |
Definition at line 83 of file mainwindow.h.
| QDockWidget* MainWindow::dock1 |
Definition at line 84 of file mainwindow.h.
| QProgressBar* MainWindow::ib |
Definition at line 81 of file mainwindow.h.
| int MainWindow::pid |
Definition at line 87 of file mainwindow.h.
Definition at line 89 of file mainwindow.h.
| int MainWindow::vid |
Definition at line 88 of file mainwindow.h.
| QWidget* MainWindow::widget |
Definition at line 86 of file mainwindow.h.