mona lisa + translation update
This commit is contained in:
@@ -6102,7 +6102,7 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>1006</width>
|
||||
<height>29</height>
|
||||
<height>30</height>
|
||||
</rect>
|
||||
</property>
|
||||
<widget class="QMenu" name="menuView" >
|
||||
@@ -6172,11 +6172,6 @@
|
||||
</action>
|
||||
</widget>
|
||||
<customwidgets>
|
||||
<customwidget>
|
||||
<class>MyLeftTabWidget</class>
|
||||
<extends>QTabWidget</extends>
|
||||
<header>mylefttabwidget.h</header>
|
||||
</customwidget>
|
||||
<customwidget>
|
||||
<class>MySetLabel</class>
|
||||
<extends>QLabel</extends>
|
||||
@@ -6187,6 +6182,11 @@
|
||||
<extends>QTabWidget</extends>
|
||||
<header>myrighttabwidget.h</header>
|
||||
</customwidget>
|
||||
<customwidget>
|
||||
<class>MyLeftTabWidget</class>
|
||||
<extends>QTabWidget</extends>
|
||||
<header>mylefttabwidget.h</header>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
<tabstops>
|
||||
<tabstop>spinBox_set</tabstop>
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
<file>resources/avatar/James_Watt.png</file>
|
||||
<file>resources/avatar/Louis_XIV.png</file>
|
||||
<file>resources/avatar/Martin_Luther_King.png</file>
|
||||
<file>resources/avatar/Mona_Lisa.png</file>
|
||||
<file>resources/avatar/Napoleon.png</file>
|
||||
<file>resources/avatar/PopeInnocentX.png</file>
|
||||
<file>resources/avatar/Pope_Clement_VII.png</file>
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 4.9 KiB |
@@ -71,6 +71,7 @@ selectAvatarDialogImpl::selectAvatarDialogImpl(QWidget *parent, ConfigFile *c)
|
||||
avatarList << ":avatar/resources/avatar/linus.png";
|
||||
avatarList << ":avatar/resources/avatar/marc.png";
|
||||
avatarList << ":avatar/resources/avatar/mozart.png";
|
||||
avatarList << ":avatar/resources/avatar/Mona_Lisa.png";
|
||||
|
||||
int i;
|
||||
for (i=0; i<avatarList.size(); i++) {
|
||||
|
||||
Reference in New Issue
Block a user