included sls defs in every file so that int is 32 bit

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@132 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
l_maliakal_d
2013-01-11 09:59:29 +00:00
parent 74654b1ebc
commit 0b05f67f9d
37 changed files with 98 additions and 23 deletions

View File

@@ -9,7 +9,6 @@
#include "multiSlsDetector.h"
// Qt Project Class Headers
#include "qActionsWidget.h"
#include "qDefs.h"
// Qt Include Headers
#include <QFileDialog>
// C++ Include Headers

View File

@@ -7,7 +7,6 @@
/** Qt Project Class Headers */
#include "qCloneWidget.h"
#include "qDefs.h"
/** Qt Include Headers */
#include <QImage>
#include <QPainter>

View File

@@ -4,7 +4,6 @@
* ********************************************************************/
// Qt Project Class Headers
#include "qDetectorMain.h"
#include "qDefs.h"
#include "qDrawPlot.h"
#include "qTabMeasurement.h"
#include "qTabDataOutput.h"
@@ -36,7 +35,7 @@ using namespace std;
int main (int argc, char **argv) {
QApplication *theApp = new QApplication(argc, argv);
theApp->setStyle(new QPlastiqueStyle);
theApp->setStyle(new QPlastiqueStyle);//not default when desktop is windows
theApp->setWindowIcon(QIcon( ":/icons/images/mountain.png" ));
qDetectorMain *det=new qDetectorMain(argc, argv, theApp,0);
det->show();

View File

@@ -9,7 +9,6 @@
#include "multiSlsDetector.h"
// Qt Project Class Headers
#include "qScanWidget.h"
#include "qDefs.h"
// Qt Include Headers
#include <QFileDialog>
#include <QStackedLayout>

View File

@@ -6,7 +6,6 @@
*/
// Qt Project Class Headers
#include "qTabActions.h"
#include "qDefs.h"
// Project Class Headers
#include "slsDetector.h"
#include "multiSlsDetector.h"

View File

@@ -5,7 +5,6 @@
* Author: l_maliakal_d
*/
#include "qTabAdvanced.h"
#include "qDefs.h"
#include "qDrawPlot.h"
/** Project Class Headers */
#include "slsDetector.h"

View File

@@ -10,7 +10,6 @@
* ********************************************************************/
#include "qTabDataOutput.h"
#include "qDefs.h"
// Project Class Headers
#include "slsDetector.h"
#include "multiSlsDetector.h"

View File

@@ -5,7 +5,6 @@
* Author: l_maliakal_d
*/
#include "qTabDebugging.h"
#include "qDefs.h"
// Project Class Headers
#include "slsDetector.h"
#include "multiSlsDetector.h"

View File

@@ -5,7 +5,6 @@
* Author: l_maliakal_d
*/
#include "qTabDeveloper.h"
#include "qDefs.h"
//Project Class Headers
#include "slsDetector.h"
#include "multiSlsDetector.h"

View File

@@ -7,7 +7,6 @@
//Qt Project Class Headers
#include "qTabMeasurement.h"
#include "qDefs.h"
#include "qDrawPlot.h"
//Project Class Headers
#include "slsDetector.h"

View File

@@ -7,7 +7,6 @@
/** Qt Project Class Headers */
#include "qTabMessages.h"
#include "qDefs.h"
/** Project Class Headers */
#include "slsDetector.h"
#include "multiSlsDetector.h"

View File

@@ -6,7 +6,6 @@
*/
#include "qTabPlot.h"
#include "qDefs.h"
#include "qDrawPlot.h"
// Project Class Headers
#include "slsDetector.h"

View File

@@ -6,7 +6,6 @@
*/
#include "qTabSettings.h"
#include "qDefs.h"
// Project Class Headers
#include "slsDetector.h"
#include "multiSlsDetector.h"