Improved fancylineedit and consistency

- fixed some RTL issues. I removed isSideStored
and useLayoutDirection. Instead we simply flip the
sides if RTL is in use.
- added the fader animation and clear icon that we
use in Designer already.
- fixed the double toplevel popup focus issues we
had with the locator menu.
- removed some redundant labels and reset buttons
This commit is contained in:
Jens Bache-Wiig
2010-04-12 19:45:36 +02:00
parent 7d023ef115
commit 894fd9d7b3
9 changed files with 213 additions and 158 deletions

View File

@@ -151,8 +151,6 @@ QWidget *GeneralSettings::createPage(QWidget *parent)
this, SLOT(resetInterfaceColor()));
connect(m_page->resetEditorButton, SIGNAL(clicked()),
this, SLOT(resetExternalEditor()));
connect(m_page->resetLanguageButton, SIGNAL(clicked()),
this, SLOT(resetLanguage()));
connect(m_page->helpExternalEditorButton, SIGNAL(clicked()),
this, SLOT(showHelpForExternalEditor()));
#ifdef Q_OS_UNIX