473,386 Members | 1,733 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

TypeLineEdit' is not a member of `ZSingleCaptureDlg'

hi, am new to programming in c + + on linux, you'll see I'm doing a port of an application, but when compiling I get this error:

Expand|Select|Wrap|Line Numbers
  1. zgui.cpp:593: error: `TypeLineEdit' is not a member of `ZSingleCaptureDlg'
  2.  
this is my line 593:

Expand|Select|Wrap|Line Numbers
  1. ZSingleCaptureDlg* zscd = new ZSingleCaptureDlg(QString("zConverter"), "", ZSingleCaptureDlg::TypeLineEdit, NULL, "ZSingleCaptureDlg", true, 0, 0);
that's what I'm doing wrong?

thanks in advance
Sep 24 '10 #1
2 1196
ashitpro
542 Expert 512MB
Locate 'ZSingleCaptureDlg' class and see if you can find member named 'TypeLineEdit'

I am sure you won't find it.

See which class actually contains this member, then edit that line put new class name.
Sep 24 '10 #2
so very thanks, I solved my problem
Sep 28 '10 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: PaulThomas | last post by:
Working with XP-Pro and VS.Net I have set my Start Page to "Home.aspx" but the application always starts the "Login" page - - - How can I change the start page to the Home.aspx??? On the login...
1
by: David Goodyear | last post by:
At the moment im experimenting with ideas in C++ and would really like to solve the following, please please help. Sorry i dont even know what the subject is this would come under? :( Sorry if...
3
by: Liu Ju | last post by:
Dear members: I want to use the multithread in my program which is developed in Visual C++ platform (version 6). I created a controlling function: UINT CCOMM1Dlg::WritingThreadFunc(LPVOID...
7
by: Alan Bashy | last post by:
Please, guys, In need help with this. It is due in the next week. Please, help me to implement the functions in this programm especially the first three constructor. I need them guys. Please, help...
1
by: AvrilComplic8ed | last post by:
Hello there I wonder if you can help me. I am creating a loans system for a make-believe CD rental company, in Microsoft Access. I have 3 tables: CD details, Member Details, and Loan Details. I...
0
by: daleko | last post by:
Hi All, I have to add to my xml the element that lok like: <smemn:member xmlns:scatm="conceptispuzzles.com/xsd/core/atom" xmlns:xi="http://www.w3.org/2001/XInclude"> I did something like this:...
2
by: BarberCut | last post by:
hey guys! please help me answer these questions. i'm not a C++ programmer but my employer asked me to answer these questions ASAP. please help me. thanks. 1. What will I find in the value field...
5
by: mohammaditraders | last post by:
Write a program which overloads a binary Minus (-) operator, The program will contain a class Matrix, This class will contain a private data member Array which store int values. The class will...
4
by: cpptutor2000 | last post by:
Could someone please help me? I have the following C struct. typedef struct _FIREWALL_RULE_INFO { ULONG Precedence; BOOL bEnabled; BOOL ...
2
Kosal
by: Kosal | last post by:
Dear All I have problem with code as below: strSQL = "SELECT * FROM tblBooking WHERE (bIssureDate BETWEEN '" & FromDate.ToString("dd MMM yyyy") & "' AND '" & ToDate.ToString("dd MMM yyyy") &...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.