Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Qt Dashboard 2.0"

 
(2 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
This page describes the Qt implementation of the [[Components 1.1#Selector_UI]] component.  
 
This page describes the Qt implementation of the [[Components 1.1#Selector_UI]] component.  
  
=== Account UI ===
+
== System Requirements ==
 +
 
 +
*I18N - the system should be internationalized. All text strings and images should be externalized into resource bundles.
 +
*L10N - while localization to multiple languages is not a requirement, initially implementing two languages would be a good way to check that the I18N was working.
 +
 
 +
== UI Components  ==
  
 
*[[Qt Selector Account UI]]
 
*[[Qt Selector Account UI]]
  
== See Also ==
+
== See Also ==
* [[Qt Selector 1.1]]
+
 
 +
*[[Qt Selector 1.1-Win]]

Latest revision as of 11:10, 5 April 2010

{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}
Higgins logo 76Wx100H.jpg

This page describes the Qt implementation of the Components 1.1#Selector_UI component.

System Requirements

  • I18N - the system should be internationalized. All text strings and images should be externalized into resource bundles.
  • L10N - while localization to multiple languages is not a requirement, initially implementing two languages would be a good way to check that the I18N was working.

UI Components 

See Also

Back to the top