[vlc-devel] commit: Qt: add a --qt-embedded-open option to have the 0. 9 integration of open panel using the NON-native Qt open dialog. ( Jean-Baptiste Kempf )
Jean-Baptiste Kempf
jb at videolan.org
Wed Mar 25 12:30:13 CET 2009
On Wed, Mar 25, 2009 at 10:13:48PM +1100, xxcv wrote :
> Jean-Baptiste Kempf wrote:
> >On Wed, Mar 25, 2009 at 12:03:13PM +0100, Jean-Baptiste Kempf wrote :
> >
> >>On Wed, Mar 25, 2009 at 09:50:15PM +1100, xxcv wrote :
> >>
> >>>git version control wrote:
> >>>
> >>>>vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Mar
> >>>>25 00:00:01 2009 +0100| [3005a8a9d1b1f926f1b8c0582db35a82f5ffe307] |
> >>>>committer: Jean-Baptiste Kempf
> >>>>Qt: add a --qt-embedded-open option to have the 0.9 integration of open
> >>>>panel using the NON-native Qt open dialog.
> >>>>
> >>>>I know people prefer native dialog, but Qt4.5 improved the QFileDialog
> >>>>a lot, and some people (including devs) ask for it, so here it is. It
> >>>>doesn't increase the code a lot and the code is tested.
> >>>>
> >Btw Qt4.5 dialogbox can browse network share.
> >
> >
> >
> >>>I must be greedy... O:-)
> >>>
> >>Yes.
> >>
> >
> >Missing :D
> >
> >
> I was thinking of a magical button which I can click on
> and it would transform the lovely advanced open file
> dialog into a different advanced open dialog.
>
> I must have been daydreaming too much!!
I think a 5 lines function can do it.
void DIYfunction()
{
dialogBox->hide();
ui.tempWidget->show();
}
Best Regards,
--
Jean-Baptiste Kempf
http://www.jbkempf.com/
More information about the vlc-devel
mailing list