Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 7

Qt-interest Archive, March 2007
HI


Message 1 in thread

hi
i m developing one application sw like programmers notepad i want to add the
icons to the files created by by sw and want to add the functionality as if
some one double click on the file to open the the file should one with my
application i m working on windows os with QT 4.2.2

-- 
 [ signature omitted ] 

Message 2 in thread

That's great... let us know how it comes along.

 

Scott

 

________________________________

From: abhishekworld@xxxxxxxxx [mailto:abhishekworld@xxxxxxxxx] On Behalf
Of Abhishek / TRI Technologies
Sent: Wednesday, March 28, 2007 10:43 PM
To: qt-interest@xxxxxxxxxxxxx
Subject: HI

 

hi 
i m developing one application sw like programmers notepad i want to add
the icons to the files created by by sw and want to add the
functionality as if some one double click on the file to open the the
file should one with my application i m working on windows os with QT
4.2.2

-- 
 [ signature omitted ] 

Message 3 in thread

can any one help me in this....

On 3/29/07, Scott Aron Bloom <scott@xxxxxxxxxxxx> wrote:
>
>  That's great… let us know how it comes along.
>
>
>
> Scott
>
>
>   ------------------------------
>
> *From:* abhishekworld@xxxxxxxxx [mailto:abhishekworld@xxxxxxxxx] *On
> Behalf Of *Abhishek / TRI Technologies
> *Sent:* Wednesday, March 28, 2007 10:43 PM
> *To:* qt-interest@xxxxxxxxxxxxx
> *Subject:* HI
>
>
>
> hi
> i m developing one application sw like programmers notepad i want to add
> the icons to the files created by by sw and want to add the functionality as
> if some one double click on the file to open the the file should one with my
> application i m working on windows os with QT 4.2.2
>
> --
> Regards-----
> Abhishek..
> (M)+91 9820475899
> (O)+91 22 25720700
> www.triindia.co.in
>
> http://abhishekworld.wordpress.com/
> http://www.flickr.com/photos/abhishekworld/
>
>
> /********************************************************************************/
>   "Imagination is more important than  knowledge..."    Albert Einstein
>
>
> /********************************************************************************/
>
>



-- 
 [ signature omitted ] 

Message 4 in thread

On Thursday 29 March 2007, Abhishek / TRI Technologies wrote:
> can any one help me in this....
>
> On 3/29/07, Scott Aron Bloom <scott@xxxxxxxxxxxx> wrote:
> >  That's great? let us know how it comes along.
> >
> >
> >
> > Scott
> >
> >
> >   ------------------------------
> >
> > *From:* abhishekworld@xxxxxxxxx [mailto:abhishekworld@xxxxxxxxx] *On
> > Behalf Of *Abhishek / TRI Technologies
> > *Sent:* Wednesday, March 28, 2007 10:43 PM
> > *To:* qt-interest@xxxxxxxxxxxxx
> > *Subject:* HI
> >
> >
> >
> > hi
> > i m developing one application sw like programmers notepad i want to add
> > the icons to the files created by by sw and want to add the functionality
> > as if some one double click on the file to open the the file should one
> > with my application i m working on windows os with QT 4.2.2
> >
> > --

Ok. First of all...

Answers are placed on the bottom. Like mine.
This will improve the readabillity of the message-thread.

Second. Ask a question. The only thing you did, was telling what you are doing 
and what you want, not where you have a problem. 

And third.. Use dots, capitals and all that stuff.. Example :

Try to read this:
thislineishardtoreadwithouttheapproriatespacespointscommasandotherstuffthatmakeasentence

or this:
This line is hard to read without the appropriate spaces, points, comma's and 
other stuff that make a sentence.

Kind regards,
-- 
 [ signature omitted ] 

Message 5 in thread

On 3/29/07, Peter M. Groen <pgroen@xxxxxxxx> wrote:
>
> On Thursday 29 March 2007, Abhishek / TRI Technologies wrote:
> > can any one help me in this....
> >
> > On 3/29/07, Scott Aron Bloom <scott@xxxxxxxxxxxx> wrote:
> > >  That's great? let us know how it comes along.
> > >
> > >
> > >
> > > Scott
> > >
> > >
> > >   ------------------------------
> > >
> > > *From:* abhishekworld@xxxxxxxxx [mailto:abhishekworld@xxxxxxxxx] *On
> > > Behalf Of *Abhishek / TRI Technologies
> > > *Sent:* Wednesday, March 28, 2007 10:43 PM
> > > *To:* qt-interest@xxxxxxxxxxxxx
> > > *Subject:* HI
> > >
> > >
> > >
> > > hi
> > > i m developing one application sw like programmers notepad i want to
> add
> > > the icons to the files created by by sw and want to add the
> functionality
> > > as if some one double click on the file to open the the file should
> one
> > > with my application i m working on windows os with QT 4.2.2
> > >
> > > --
>
> Ok. First of all...
>
> Answers are placed on the bottom. Like mine.
> This will improve the readabillity of the message-thread.
>
> Second. Ask a question. The only thing you did, was telling what you are
> doing
> and what you want, not where you have a problem.
>
> And third.. Use dots, capitals and all that stuff.. Example :
>
> Try to read this:
>
> thislineishardtoreadwithouttheapproriatespacespointscommasandotherstuffthatmakeasentence
>
> or this:
> This line is hard to read without the appropriate spaces, points, comma's
> and
> other stuff that make a sentence.
>
> Kind regards,
> --
> Peter M. Groen
> Open Systems Development
> Klipperwerf 12
> 2317 DZ Leiden
> T : +31-(0)71-5216317
> M : +31-(0)6-29563390
> E : pgroen@xxxxxxxx
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
> "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
>
> ok.. sorry for bad malling practices

thanx for the solution but i want to do some thing like
notepad as if i connect the .txt  files with notepad so always when i open
any text file it will get open in notepad and i can able to view it..
just say like in qt's example folder we have syntax highlighter in reach
text box section if i connect all ".c" files with then if i double click on
any ".c" file the syntax highlighter will get open but it wont show the
content of the file...
this is wht i dont know.... so can any one help me in this


-- 
 [ signature omitted ] 

Message 6 in thread

On Thursday 29 March 2007, Abhishek / TRI Technologies wrote:

> thanx for the solution but i want to do some thing like
> notepad as if i connect the .txt  files with notepad so always when i open
> any text file it will get open in notepad and i can able to view it..
> just say like in qt's example folder we have syntax highlighter in reach
> text box section if i connect all ".c" files with then if i double click on
> any ".c" file the syntax highlighter will get open but it wont show the
> content of the file...
> this is wht i dont know.... so can any one help me in this

This is a feature of your operating system, not Qt related...

-- 
 [ signature omitted ] 

Message 7 in thread

On Thursday 29 March 2007, Peter M. Groen wrote:
> On Thursday 29 March 2007, Abhishek / TRI Technologies wrote:
> > thanx for the solution but i want to do some thing like
> > notepad as if i connect the .txt  files with notepad so always when i
> > open any text file it will get open in notepad and i can able to view
> > it.. just say like in qt's example folder we have syntax highlighter in
> > reach text box section if i connect all ".c" files with then if i double
> > click on any ".c" file the syntax highlighter will get open but it wont
> > show the content of the file...
> > this is wht i dont know.... so can any one help me in this
>
> This is a feature of your operating system, not Qt related...

Correction. This is standard C/C++ Try to google for the explanation of main( 
int argc, char* argv[] ) 
That's the trick you have to study. (Passing parameters to a C/C++ program)

I think it is lesson 2, after "Hello World"

-- 
 [ signature omitted ] 

Message 8 in thread

On 3/29/07, Peter M. Groen <pgroen@xxxxxxxx> wrote:
>
> On Thursday 29 March 2007, Peter M. Groen wrote:
> > On Thursday 29 March 2007, Abhishek / TRI Technologies wrote:
> > > thanx for the solution but i want to do some thing like
> > > notepad as if i connect the .txt  files with notepad so always when i
> > > open any text file it will get open in notepad and i can able to view
> > > it.. just say like in qt's example folder we have syntax highlighter
> in
> > > reach text box section if i connect all ".c" files with then if i
> double
> > > click on any ".c" file the syntax highlighter will get open but it
> wont
> > > show the content of the file...
> > > this is wht i dont know.... so can any one help me in this
> >
> > This is a feature of your operating system, not Qt related...
>
> Correction. This is standard C/C++ Try to google for the explanation of
> main(
> int argc, char* argv[] )
> That's the trick you have to study. (Passing parameters to a C/C++
> program)
>
> I think it is lesson 2, after "Hello World"
>
> --
> Peter M. Groen
> Open Systems Development
> Klipperwerf 12
> 2317 DZ Leiden
> T : +31-(0)71-5216317
> M : +31-(0)6-29563390
> E : pgroen@xxxxxxxx
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
> "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/




thanx a lot for the solution i thought it wont work bcoz i m not taking
proper inputs...  now the prob has solve ... i have one more prob that i
want to show the line numbers on which the cursor is .... is there any
function for the QTextEdit class which return the current cursor
position....


-- 
 [ signature omitted ] 

Message 9 in thread

Please.. everyone stop with the chat room dialect... 

As to question... look for the function... cursor()

Scott


----------- 

thanx a lot for the solution i thought it wont work bcoz i m not taking proper inputs...  now the prob has solve ... i have one more prob that i want to show the line numbers on which the cursor is .... is there any function for the QTextEdit class which return the current cursor position....


-- 
 [ signature omitted ] 

Message 10 in thread

This is not really a Qt question.
 
Give your files a unique extension (i.e. not used by another app) and
then associate that extension with your app. You can either do this
manually in Windows Folder Options or set up your installer (e.g. Inno
Setup) to do it.
 
Sam Dutton



 





SAM DUTTON
SENIOR SITE DEVELOPER

200 GRAY'S INN ROAD
LONDON
WC1X 8XZ
UNITED KINGDOM
T +44 (0)20 7430 4496
F 
E SAM.DUTTON@xxxxxxxxx
WWW.ITN.CO.UK

________________________________


From: abhishekworld@xxxxxxxxx [mailto:abhishekworld@xxxxxxxxx] On Behalf
Of Abhishek / TRI Technologies
Sent: Thursday 29 March 2007 09:50
To: Scott Aron Bloom; qt-interest@xxxxxxxxxxxxx
Subject: Re: HI


can any one help me in this....


On 3/29/07, Scott Aron Bloom <scott@xxxxxxxxxxxx> wrote: 

	That's great... let us know how it comes along.

	 

	Scott

	 

	
________________________________


	From: abhishekworld@xxxxxxxxx [mailto: abhishekworld@xxxxxxxxx
<mailto:abhishekworld@xxxxxxxxx> ] On Behalf Of Abhishek / TRI
Technologies
	Sent: Wednesday, March 28, 2007 10:43 PM
	To: qt-interest@xxxxxxxxxxxxx
	Subject: HI

	 

	hi 
	i m developing one application sw like programmers notepad i
want to add the icons to the files created by by sw and want to add the
functionality as if some one double click on the file to open the the
file should one with my application i m working on windows os with QT
4.2.2
	
	-- 
	Regards-----
	Abhishek..
	(M)+91 9820475899 
	(O)+91 22 25720700
	www.triindia.co.in
	
	http://abhishekworld.wordpress.com/ 
	http://www.flickr.com/photos/abhishekworld/
	
	
/***********************************************************************
*********/
	  "Imagination is more important than  knowledge..."    Albert
Einstein 
	

	
/***********************************************************************
*********/ 




-- 
 [ signature omitted ]