> On March 21, 2014, 7:50 p.m., Jarosław Staniek wrote: > > kexi/main/KexiMainWindow.cpp, line 173 > > <https://git.reviewboard.kde.org/r/116949/diff/1/?file=255904#file255904line173> > > > > &C accelerator is used already in this context menu (line 170) so let's > > use something other, e.g. &o > > Vishwa Modi wrote: > is &C an accelerator or just syntax to give string in the context menu?
It's an accelerator. Using '&' in front of a character will automatically create a mnemonic (a shortcut) for that character, e.g. "E&xit" will create the shortcut Alt+X. Please grep through the Qt docs. - Jarosław ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116949/#review53647 ----------------------------------------------------------- On March 22, 2014, 4:36 p.m., Vishwa Modi wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.org/r/116949/ > ----------------------------------------------------------- > > (Updated March 22, 2014, 4:36 p.m.) > > > Review request for Calligra and Jarosław Staniek. > > > Repository: calligra > > > Description > ------- > > new KAction m_closeAction2 is added and closeAllTabs() function is added. > > > Diffs > ----- > > kexi/main/KexiMainWindow.cpp e916281 > kexi/main/KexiMainWindow.h 3d76bb2 > > Diff: https://git.reviewboard.kde.org/r/116949/diff/ > > > Testing > ------- > > > Thanks, > > Vishwa Modi > >
_______________________________________________ calligra-devel mailing list [email protected] https://mail.kde.org/mailman/listinfo/calligra-devel
