~ubuntu-branches/ubuntu/precise/kalgebra/precise-updates

« back to all changes in this revision

Viewing changes to mobile/plugins/widgets/harmattan/ExpressionInput.qml

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2011-12-16 16:41:53 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20111216164153-ym1s7jhbqwn2ndz6
Tags: 4:4.7.90-0ubuntu2
PPA rebuild, no changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
import com.nokia.meego 1.0
 
2
 
 
3
TextField
 
4
{
 
5
        id: input
 
6
        
 
7
        placeholderText: "Expression to calculate..."
 
8
        inputMethodHints: Qt.ImhPreferNumbers | Qt.ImhNoPredictiveText | Qt.ImhNoAutoUppercase
 
9
        
 
10
//      Keys.onPressed: {
 
11
//              console.log("bum :: "+text);
 
12
//              hints.text=text;
 
13
//      }
 
14
//      
 
15
//      ToolTip {
 
16
//              id: hints
 
17
//      }
 
18
//      height: input.font.pixelSize+5
 
19
}
 
20
 
 
21
// Rectangle
 
22
// {
 
23
//      color: "green"
 
24
// }