added about window

This commit is contained in:
arcan1s
2014-07-14 18:31:35 +04:00
parent 2e35cd356e
commit 2f40ae7913
15 changed files with 412 additions and 46 deletions

View File

@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>481</width>
<height>509</height>
<width>479</width>
<height>507</height>
</rect>
</property>
<property name="windowTitle">
@ -206,8 +206,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>449</width>
<height>353</height>
<width>96</width>
<height>26</height>
</rect>
</property>
<property name="sizePolicy">
@ -367,7 +367,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>481</width>
<width>479</width>
<height>22</height>
</rect>
</property>
@ -398,8 +398,15 @@
<addaction name="actionMainRemove"/>
<addaction name="actionProfileRemove"/>
</widget>
<widget class="QMenu" name="menuHelp">
<property name="title">
<string>Help</string>
</property>
<addaction name="actionAbout"/>
</widget>
<addaction name="menuMenu"/>
<addaction name="menuActions"/>
<addaction name="menuHelp"/>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<action name="actionSettings">
@ -553,6 +560,14 @@
<string>netctl-auto</string>
</property>
</action>
<action name="actionAbout">
<property name="icon">
<iconset theme="help-about"/>
</property>
<property name="text">
<string>About</string>
</property>
</action>
</widget>
<tabstops>
<tabstop>tabWidget</tabstop>