iv3d-users

Text archives Help


[IV3D-USERS] Class missing in source code


Chronological Thread 
  • From: <longjiang_yu@yahoo.com.cn>
  • To: iv3d-users@sci.utah.edu
  • Subject: [IV3D-USERS] Class missing in source code
  • Date: Tue, 13 Nov 2012 00:43:59 -0700 (MST)

Hello, Sir,

I've downloaded the source code of ImageVis3D ver 3.0.0 from svn.
But I've found total 16 classes missing in ImageVis3D as follows,
[1] Ui_About
[2] Ui_BrowseData
[3] Ui_BugRepDlg
[4] Ui_CrashDetDlg
[5] Ui_FTPDialog
[6] Ui_LODDlg
[7] Ui_MergeDlg
[8] Ui_MetadataDlg
[9] Ui_MIPRotDialog
[10] Ui_PleaseWaitDialog
[12] Ui_RAWDialog
[13] Ui_ScaleAndBiasDlg
[14] Ui_SettingsDlg
[15] Ui_URLDlg
[16] Ui_Welcome

The sub-class declarations are as follows,

[1] class AboutDlg : public QDialog, protected Ui_About
[2] class BrowseData : public QDialog, protected Ui_BrowseData
[3] class BugRepDlg : public QDialog, protected Ui_BugRepDlg
[4] class CrashDetDlg : public QDialog, protected Ui_CrashDetDlg
[5] class FTPDialog : public QDialog, protected Ui_FTPDialog
[6] class LODDlg : public QDialog, protected Ui_LODDlg
[7] class MergeDlg : public QDialog, protected Ui_MergeDlg
[8] class MetadataDlg : public QDialog, protected Ui_MetadataDlg
[9] class MIPRotDialog : public QDialog, protected Ui_MIPRotDialog
[10] class PleaseWaitDialog : public QDialog, protected Ui_PleaseWaitDialog
[12] class RAWDialog : public QDialog, protected Ui_RAWDialog
[13] class ScaleAndBiasDlg : public QDialog, protected Ui_ScaleAndBiasDlg
[14] class SettingsDlg : public QDialog, protected Ui_SettingsDlg
[15] class URLDlg : public QDialog, protected Ui_URLDlg
[16] class WelcomeDialog : public QDialog, protected Ui_Welcome

but the parent classes with the name of "Ui_xxxx" are all missing.

Could you please tell me where to find the lost classes?

It is impossible to build source code of ImageVis3D successfully without these
classes.

Could you help me?

Thank you very much!

Best Regards,

Longjiang Yu



Archive powered by MHonArc 2.6.16.

Top of page