Talk:Wiki Editing Hints: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(How do we handle in Text keywords?)
 
(Selfreferrence in articles)
Line 11: Line 11:
* This snippet will show the message- "Ready" on status bar. You can set property '''''statusHint''''' in any widget.
* This snippet will show the message- "Ready" on status bar. You can set property '''''statusHint''''' in any widget.
* The '''QAction''' class encapsulates this concept. It allows programmers to define an action in one place.
* The '''QAction''' class encapsulates this concept. It allows programmers to define an action in one place.
== Selfreferred articles ==
A lot of articles are written in a subjective manner. Should these articles be rewritten for a neutral stand? There are no authors left within the wiki-context, which kind of makes the 'I did find' or 'I always asked myself' and similar idiom kind of surreal.

Revision as of 09:51, 30 June 2015

Handling in-text keywords

I've seen a lot of different usage on when to use Italic, Bold, I+B and also <tt>. The main reason is for distinguishing different symbols in blocktexts. The question is, when should we use italic, bold, both or <tt> tag?

I'll just set some examples:

From Editing How to Use QPushButton

  • An instance of QPushButton is created. Signal released() is connected to slot handleButton() which changes the text and the size of the button.

From QtWhitepaper (pretty much edited by myself)

  • Qt applications can be built visually using Qt Designer, a flexible user interface builder with support for IDE integration.
  • This snippet will show the message- "Ready" on status bar. You can set property statusHint in any widget.
  • The QAction class encapsulates this concept. It allows programmers to define an action in one place.

Selfreferred articles

A lot of articles are written in a subjective manner. Should these articles be rewritten for a neutral stand? There are no authors left within the wiki-context, which kind of makes the 'I did find' or 'I always asked myself' and similar idiom kind of surreal.