Talk:Wiki Editing Hints
Jump to navigation
Jump to search
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.