Summary: | kdevelop looks veird after previewing forms in KUIViewer | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Jarl Gjessing <jarlgjessing> |
Component: | general | Assignee: | KDevelop Developers <kdevelop-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | deskamess, florin103, hattons, iferca_1976, joris.guisson, rohithj, wstephenson |
Priority: | NOR | ||
Version: | 3.0.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | A snapshot |
Description
Jarl Gjessing
2004-01-28 12:49:22 UTC
Created attachment 4390 [details]
A snapshot
Wow. That's bad! The widgetstyle setting is part of the kuiviewer part. Somehow it enforces its widgetstyle setting on the hosting app. I'm not sure if kdevelop or kuiviewer is to blame here.. workaround: stay away from the "checked" setting.. ;) Nice workaround :-) Except... If I just leftclick on a UI!! (Could accidentially do that by mistake) then it happens. Then I have to close KDevelop, remove the UI from the opened files configuration entry and remove the checked option. This is why I asked if it was possible to make KDevelop use QT Designer by default, so I dont have to be aware of leftclicking!? Perhaps you might need to edit x-designer mime type association in KDE control center and raise the priority of QtDesigner. Comment #4, does not help that much. Designer comes higer, but not at the top :-( Of course I tried this at once, but thanks anyhow!! I have now doenloaded the SUSE RPMS's and installed them, same result! I have also tried compiling from scratch, same result! It actually renderes kdevelop pretty difficult to use because when I create a new UI, and exits KDevelop, it automatically loads the dialog.. It's strange if I'm the only one seing this error!? This should be fixed in both HEAD and KDE_3_2_BRANCH now. To get away from this: Close KDevelop. Open your kdeveloprc file (typically: ~/.kde/share/config/kdeveloprc) and remove "Style=Checked" from it. Restart KDevelop. As for why we load KUIViewer instead of Qt-Designer: that's a bug in KDevelop. Yes I know I need to remove the line, it was me that initially mentioned this :-) But thanks its great to hear it should be gone now and that the KUIViewer was a bug and not me. Thanks *** Bug 76243 has been marked as a duplicate of this bug. *** I'm confused. I encountered this from the build of a 27 Feb 04 CVS update, but the problem is marked as resolved on 14 Feb 04. Am I missing something here? >Am I missing something here?
Maybe. The bug is in kdesdk/kuiviewer. Is that what you updated from CVS?
*** Bug 76827 has been marked as a duplicate of this bug. *** *** Bug 76824 has been marked as a duplicate of this bug. *** *** Bug 76826 has been marked as a duplicate of this bug. *** *** Bug 77024 has been marked as a duplicate of this bug. *** *** Bug 76655 has been marked as a duplicate of this bug. *** *** Bug 84246 has been marked as a duplicate of this bug. *** *** Bug 107459 has been marked as a duplicate of this bug. *** My kdeveloprc onl contains: [$Version] update_info=kdev-gen-settings.upd:kdev-gen-settings-update/5 [AppWizard] FavNames= FavTemplates= [Diff] Highlight=true [Documentation] LastPage=0 [General Options] Last Project= [Mainwindow Toolbar KMdiTaskBar] Hidden=true IconText=IconOnly Index=4 Offset=-1 [Mainwindow Toolbar browserToolBar] Index=1 [Mainwindow Toolbar buildToolBar] IconText=IconOnly Index=2 [Mainwindow Toolbar extraToolBar] IconText=IconOnly Index=3 [RecentFiles] File1=$HOME/kdetest4/src/kdetest4.cpp [TipOfDay] TipLastShown=2005,6,15,16,42,48 [ToolDockPosition] KDevFileCreate=DockLeft app output widget=DockBottom documentation widget=DockRight filelist widget=DockLeft fileselectorwidget=DockLeft grepview widget=DockBottom konsole widget=DockBottom make widget=DockBottom replace widget=DockBottom snippet widget=DockRight unnamed=DockBottom valgrind widget=DockBottom my kdesdk is 3.4.0 Try deleting your kdeveloprc file It doesn't work I allready tried it. |