diff options
author | Christian Klinger | 2016-06-10 12:12:14 +0200 |
---|---|---|
committer | Christian Klinger | 2016-06-10 12:12:14 +0200 |
commit | 011d0933fa5a811da37fca99a81c31e103dcc35d (patch) | |
tree | 3a13a50e41a885d7ed22f701c1a7b330231129f2 /src/ui | |
parent | catch ALL keyboard events. (diff) | |
download | vmchooser2-011d0933fa5a811da37fca99a81c31e103dcc35d.tar.gz vmchooser2-011d0933fa5a811da37fca99a81c31e103dcc35d.tar.xz vmchooser2-011d0933fa5a811da37fca99a81c31e103dcc35d.zip |
improve keyboard behaviour.
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/dialog.ui | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/src/ui/dialog.ui b/src/ui/dialog.ui index 1dd6625..ca93287 100644 --- a/src/ui/dialog.ui +++ b/src/ui/dialog.ui @@ -132,8 +132,8 @@ margin-bottom:0px;}</string> <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'DejaVuSans'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Loading...</p></body></html></string> +</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVuSans'; font-size:9pt;">Loading...</span></p></body></html></string> </property> </widget> </item> @@ -164,8 +164,8 @@ p, li { white-space: pre-wrap; } <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'DejaVuSans'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Loading...</p></body></html></string> +</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVuSans'; font-size:9pt;">Loading...</span></p></body></html></string> </property> </widget> </item> @@ -266,7 +266,7 @@ p, li { white-space: pre-wrap; } </layout> </item> <item> - <widget class="QTreeView" name="treeView"> + <widget class="VmTree" name="treeView"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <horstretch>0</horstretch> @@ -492,8 +492,8 @@ border:1px solid #999; <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'DejaVuSans'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Click on an item on the left side for more information</p></body></html></string> +</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVuSans'; font-size:9pt;">Click on an item on the left side for more information</span></p></body></html></string> </property> </widget> </item> @@ -597,6 +597,13 @@ p, li { white-space: pre-wrap; } </layout> </widget> <layoutdefault spacing="6" margin="11"/> + <customwidgets> + <customwidget> + <class>VmTree</class> + <extends>QTreeView</extends> + <header>../src/vmtree.h</header> + </customwidget> + </customwidgets> <resources> <include location="../images.qrc"/> </resources> |