Search results

  • ...titute text, e.g. "Your new addressbook records are in <tt>/home/</tt>'''''user'''''<tt>/share/contacts</tt>" ...
    191 bytes (34 words) - 10:10, 10 February 2019
  • ...image or anything else than html, then KRun is the right solution, so that the right application is started. ...
    430 bytes (77 words) - 17:41, 19 July 2019
  • ...can do so by installing the devel package of Qt from your distribution or the Qt Designer package (if your distribution has more fine grained packages). ...
    778 bytes (138 words) - 10:25, 11 March 2016
  • ...making sure that dialogs are directly relevant to the interaction that the user would expect, and finding users of KDE software to see how they perform com ...
    294 bytes (46 words) - 10:25, 11 March 2016
  • ...t> tag, the name parameter in this tag being the string that was passed to the KActionCollection with <tt>addAction()</tt> in <tt>mainwindow.cpp</tt>. ...
    476 bytes (85 words) - 07:31, 26 October 2019
  • /* This slot will be called as soon as the event loop starts. * on the screen, making your app look active. ...
    647 bytes (100 words) - 07:31, 26 October 2019
  • ...or the name of the file they wish to open. We do this using another one of the <tt>QFileDialog</tt> functions, this time <tt>getOpenFileName()</tt>: ...
    176 bytes (33 words) - 07:31, 26 October 2019
  • ...</tt> file that describes the layout of the user interface is installed to the application's data directory under <tt>KDE_INSTALL_KXMLGUI5DIR</tt>. ...
    418 bytes (74 words) - 07:31, 26 October 2019
  • ...e geometry of the "desktop" or the arrangement of the screens. Make use of the following functions from kglobalsettings.h: ...urself. The KDE functions take the user's settings into account, something the Qt functions cannot do. ...
    843 bytes (115 words) - 17:41, 19 July 2019
  • ...he mainWindow and execute the app, which waits for user interactions, does the repainting, ... ...
    378 bytes (62 words) - 17:42, 19 July 2019
  • ...d, for each one, we connect it to the appropriate slot that we declared in the header file. ...
    381 bytes (74 words) - 07:31, 26 October 2019
  • ...are/}} and will install the executable to {{path|$HOME/bin/tutorial3}} and the <tt>tutorial3ui.rc</tt> file to {{path|$HOME/share/kxmlgui/tutorial3/tutori ...
    329 bytes (52 words) - 07:31, 26 October 2019
  • ...clear the text box by clicking a button in the toolbar, from an option in the File menu or through a keyboard shortcut, it could all be done with one [ht ...
    298 bytes (53 words) - 07:31, 26 October 2019
  • ...active [https://forum.kde.org/viewforum.php?f=285 Visual Design forum] are the central places to check out their work and contribute. ...
    346 bytes (58 words) - 10:34, 11 March 2016
  • ...to keep changes in your application's config file format in sync with the user's already existing config file ...
    151 bytes (26 words) - 10:29, 11 March 2016
  • ...rds)] and [http://developer.kde.org/documentation/design/ui/index.html KDE User Interface Guidelines (design principles)]. ...
    290 bytes (39 words) - 10:30, 11 March 2016
  • ...the name of the file to save to or choose a new name. The function returns the full file name, which we then pass to <tt>saveFileAs(QString)</tt>. ...
    409 bytes (70 words) - 07:31, 26 October 2019
  • ...roduces the concept of actions. Actions are a unified way of supplying the user with ways to interact with your program. ...
    137 bytes (23 words) - 07:31, 26 October 2019
  • ...perational system analysis, general design principles found in many books, user testing or individual (anecdotal) feedback. It is a volunteer project, and ...
    452 bytes (72 words) - 10:30, 11 March 2016
  • ...he UI to be translatable. More information on localization can be found in the [[Development/Tutorials/Localization/i18n|localization tutorial]]. ...
    239 bytes (37 words) - 10:26, 11 March 2016
  • ...he UI to be translatable. More information on localization can be found in the [[Development/Tutorials/Localization/i18n|localization tutorial]]. ...
    239 bytes (37 words) - 10:31, 11 March 2016
  • ...he UI to be translatable. More information on localization can be found in the [[Special:myLanguage/Development/Tutorials/Localization/i18n|localization t ...
    258 bytes (39 words) - 12:30, 11 May 2019
  • ...to <tt>fileName</tt>. But if it is, then the dialog is shown to allow the user to select a file name. ...
    274 bytes (55 words) - 07:31, 26 October 2019
  • ...eams and the KDE Community in general belong on [https://community.kde.org the community wiki]. ...
    204 bytes (30 words) - 10:10, 10 February 2019
  • ...ation windows can be loaded and displayed to the user very quickly through the technique of [http://www.kdedevelopers.org/node/509 delayed initialization] ...
    327 bytes (48 words) - 07:31, 26 October 2019
  • ...well as mobile, giving developers the building blocks for creating primary user interfaces as well as applets (widgets) to run on those workspaces. ...
    340 bytes (52 words) - 17:22, 18 October 2019
  • ...g accounts match. You can change your bugs.kde.org address in the Bugzilla user settings. ...
    384 bytes (68 words) - 10:10, 17 May 2019
  • ...guideline page]]. Code for the various box templates can be taken from [[User:Annewilson/Boxes|this page]]. ...
    295 bytes (42 words) - 10:10, 10 February 2019
  • ...or more information read the [http://qt.nokia.com/doc/designer-manual.html user documentation]. ...
    171 bytes (28 words) - 10:36, 11 March 2016
  • ...al user interfaces to GDB, which are able to set breakpoints, step through the code, etc. ...
    173 bytes (30 words) - 17:23, 18 October 2019
  • ...still use <nowiki><code></nowiki> for very short input, if you don't want the text to appear on a separate line. ...
    375 bytes (64 words) - 10:10, 10 February 2019
  • ...that allows KDE applications to fetch new application data at runtime in a user friendly manner. ...
    160 bytes (24 words) - 10:25, 11 March 2016
  • The Krazy code checker scans KDE's code and reports common i18n mistakes. ...to add the function to change the language and then dynamically update the user interface when language has been changed. ...
    604 bytes (83 words) - 10:32, 11 March 2016
  • ...at shows how to design a simple User Interface in Qt Designer and then use the resulting widget in a Qt Ruby application we build from scratch. ...
    154 bytes (28 words) - 10:26, 11 March 2016
  • * Request addition to the Translator group: ...k on [[Special:myLanguage/Translator Account|Get a Translator Account]] in the sidebar ...
    1 KB (163 words) - 10:32, 11 March 2016
  • ...of a DataEngine is to provide data to an applet for display. This allows a user interface elements to show all sorts of data. ...
    158 bytes (28 words) - 10:26, 11 March 2016
  • ...on concerns KDE development, your options are pretty much the same general user ones, with some modifications: ...he Developer FAQ'''. Many common developer questions have been answered in the [[Development/FAQs|KDE Developer FAQ]] ...
    1 KB (231 words) - 10:35, 11 March 2016
  • ...eral, if the user needs to choose an element, even if it is not in a menu, the <nowiki><menuchoice></menuchoiсe></nowiki> markup should be used. ...
    726 bytes (112 words) - 20:10, 20 May 2019
  • ...ent devices, form-factors, and use cases. [[Projects/KWin|KWin]] is one of the most powerful and most flexible window managers around, providing advanced ...
    415 bytes (59 words) - 09:54, 6 September 2020
  • ...l occupy more space on your hard disk but it won't slow down your desktop. The advantage is that you get stack trace when an application crashes. If you c For Qt, the compilation options are explained in qt-copy/README.qt-copy. ...
    598 bytes (108 words) - 17:42, 19 July 2019
  • * Identify labels and names that cannot be changed by the user, and mark them as bold type. ...
    369 bytes (63 words) - 10:10, 10 February 2019