mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	Add missing application icon
Signed-off-by: Sergey Starosek <sergey.starosek@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
		
							parent
							
								
									21a1fc2a4f
								
							
						
					
					
						commit
						88a0dc1bb2
					
				
					 4 changed files with 9 additions and 0 deletions
				
			
		|  | @ -13,6 +13,11 @@ | |||
|   <property name="windowTitle"> | ||||
|    <string>Export dive log files</string> | ||||
|   </property> | ||||
|   <property name="windowIcon"> | ||||
|    <iconset> | ||||
|     <normalon>:/subsurface-icon</normalon> | ||||
|    </iconset> | ||||
|   </property> | ||||
|   <layout class="QGridLayout" name="gridLayout"> | ||||
|    <item row="0" column="0"> | ||||
|     <widget class="QTabWidget" name="tabWidget"> | ||||
|  |  | |||
|  | @ -60,6 +60,7 @@ void UpdateManager::requestReceived() | |||
| 	} | ||||
| 
 | ||||
| 	msgbox.setWindowTitle(msgTitle); | ||||
| 	msgbox.setWindowIcon(QIcon(":/subsurface-icon")); | ||||
| 	msgbox.setText(msgText); | ||||
| 	msgbox.setTextFormat(Qt::RichText); | ||||
| 	msgbox.exec(); | ||||
|  |  | |||
|  | @ -53,6 +53,8 @@ UserManual::UserManual(QWidget *parent) : QWidget(parent) | |||
| 	addAction(actionHideSearch); | ||||
| 
 | ||||
| 	setWindowTitle(tr("User Manual")); | ||||
| 	setWindowIcon(QIcon(":/subsurface-icon")); | ||||
| 
 | ||||
| 
 | ||||
| 	userManual = new QWebView(this); | ||||
| 	userManual->page()->setLinkDelegationPolicy(QWebPage::DelegateExternalLinks); | ||||
|  |  | |||
|  | @ -118,6 +118,7 @@ void UserSurvey::requestReceived() | |||
| 	} | ||||
| 
 | ||||
| 	msgbox.setWindowTitle(msgTitle); | ||||
| 	msgbox.setWindowIcon(QIcon(":/subsurface-icon")); | ||||
| 	msgbox.setText(msgText); | ||||
| 	msgbox.setTextFormat(Qt::RichText); | ||||
| 	msgbox.exec(); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue