diff options
author | Paweł Jastrzębski <pawelj@vulturis.eu> | 2013-11-12 14:32:38 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@vulturis.eu> | 2013-11-12 14:32:38 +0100 |
commit | d94df8390adda07890145a1d2bc2fdcaad613e76 (patch) | |
tree | a4eaf12bfe9f0e011b4c6267432646a60e7e2744 /KCC.ui | |
parent | Disabled systray icon on OSX (close #70) (diff) | |
download | kcc-d94df8390adda07890145a1d2bc2fdcaad613e76.tar.gz kcc-d94df8390adda07890145a1d2bc2fdcaad613e76.tar.bz2 kcc-d94df8390adda07890145a1d2bc2fdcaad613e76.zip |
Added status bar with links
Diffstat (limited to 'KCC.ui')
-rw-r--r-- | KCC.ui | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/KCC.ui b/KCC.ui index cbe9f73..edb433a 100644 --- a/KCC.ui +++ b/KCC.ui @@ -7,19 +7,19 @@ <x>0</x> <y>0</y> <width>420</width> - <height>380</height> + <height>397</height> </rect> </property> <property name="minimumSize"> <size> <width>420</width> - <height>380</height> + <height>397</height> </size> </property> <property name="maximumSize"> <size> <width>420</width> - <height>380</height> + <height>397</height> </size> </property> <property name="font"> @@ -671,6 +671,17 @@ p, li { white-space: pre-wrap; } <zorder>OptionsExpert</zorder> <zorder>ProgressBar</zorder> </widget> + <widget class="QStatusBar" name="statusBar"> + <property name="font"> + <font> + <family>MS Shell Dlg 2</family> + <pointsize>8</pointsize> + </font> + </property> + <property name="sizeGripEnabled"> + <bool>false</bool> + </property> + </widget> <action name="ActionBasic"> <property name="checkable"> <bool>true</bool> |