Using Qt designer

2003-06-04 Thread Angus Leeming
I'm trying to get to grips with Qt's designer (I am using Qt2's designer. I think that's correct isn't it?) Attached is a screenshot of what I've got so far for the External dialog. I'm trying to add some widgets to control the appearence of the inset within LyX. Basically, I'm just copying

Re: Using Qt designer

2003-06-04 Thread Angus Leeming
Angus Leeming wrote: I'm trying to get to grips with Qt's designer (I am using Qt2's designer. I think that's correct isn't it?) Attached is a screenshot of what I've got so far for the External dialog. I'm trying to add some widgets to control the appearence of the inset within LyX.

Re: Using Qt designer

2003-06-04 Thread John Levon
On Tue, Jun 03, 2003 at 07:11:43PM +, Angus Leeming wrote: I'm trying to get to grips with Qt's designer (I am using Qt2's designer. I think that's correct isn't it?) Yes. You can see how I've grouped the various widgets together. Look Ok? I would place the template combo at the top,

Re: Using Qt designer

2003-06-04 Thread Angus Leeming
John Levon wrote: You can see how I've grouped the various widgets together. Look Ok? I would place the template combo at the top, as it is dominant over the other stuff. And possibly make it a grooup box so it's obvious what is in the text area. Even better, would be to change the visual

Re: Using Qt designer

2003-06-04 Thread John Levon
On Tue, Jun 03, 2003 at 08:02:23PM +, Angus Leeming wrote: Question. xforms has input filters. In this case I have fl_set_input_filter(dialog_-input_lyxscale, fl_unsigned_int_filter); Is there any equivalent in the Qt code? http://doc.trolltech.com/2.3/qlineedit.html#766d94

Re: Using Qt designer

2003-06-04 Thread Angus Leeming
John Levon wrote: On Tue, Jun 03, 2003 at 08:02:23PM +, Angus Leeming wrote: Question. xforms has input filters. In this case I have fl_set_input_filter(dialog_-input_lyxscale, fl_unsigned_int_filter); Is there any equivalent in the Qt code?

Re: Using Qt designer

2003-06-04 Thread John Levon
On Tue, Jun 03, 2003 at 08:28:46PM +, Angus Leeming wrote: Hmmm. I guess you don't use it much: Any reason why not? Most of them are units dialogs. But no, no real reason for the others. (bug: qtabular doesn't take units for the col width) john

Using Qt designer

2003-06-04 Thread Angus Leeming
I'm trying to get to grips with Qt's designer (I am using Qt2's designer. I think that's correct isn't it?) Attached is a screenshot of what I've got so far for the External dialog. I'm trying to add some widgets to control the appearence of the inset within LyX. Basically, I'm just copying

Re: Using Qt designer

2003-06-04 Thread Angus Leeming
Angus Leeming wrote: > I'm trying to get to grips with Qt's designer (I am using Qt2's designer. > I think that's correct isn't it?) > > Attached is a screenshot of what I've got so far for the External dialog. > I'm trying to add some widgets to control the appearence of the inset > within LyX.

Re: Using Qt designer

2003-06-04 Thread John Levon
On Tue, Jun 03, 2003 at 07:11:43PM +, Angus Leeming wrote: > I'm trying to get to grips with Qt's designer (I am using Qt2's designer. I > think that's correct isn't it?) Yes. > You can see how I've grouped the various widgets together. Look Ok? I would place the template combo at the

Re: Using Qt designer

2003-06-04 Thread Angus Leeming
John Levon wrote: >> You can see how I've grouped the various widgets together. Look Ok? > > I would place the template combo at the top, as it is dominant over the > other stuff. And possibly make it a grooup box so it's obvious what is > in the text area. Even better, would be to change the

Re: Using Qt designer

2003-06-04 Thread John Levon
On Tue, Jun 03, 2003 at 08:02:23PM +, Angus Leeming wrote: > Question. xforms has input filters. In this case I have > fl_set_input_filter(dialog_->input_lyxscale, fl_unsigned_int_filter); > > Is there any equivalent in the Qt code?

Re: Using Qt designer

2003-06-04 Thread Angus Leeming
John Levon wrote: > On Tue, Jun 03, 2003 at 08:02:23PM +, Angus Leeming wrote: > >> Question. xforms has input filters. In this case I have >> fl_set_input_filter(dialog_->input_lyxscale, >> fl_unsigned_int_filter); >> >> Is there any equivalent in the Qt code? > >

Re: Using Qt designer

2003-06-04 Thread John Levon
On Tue, Jun 03, 2003 at 08:28:46PM +, Angus Leeming wrote: > Hmmm. I guess you don't use it much: > Any reason why not? Most of them are units dialogs. But no, no real reason for the others. (bug: qtabular doesn't take units for the col width) john