labels
This commit is contained in:
		
							parent
							
								
									bbbf4b8d00
								
							
						
					
					
						commit
						3480e1974a
					
				
					 3 changed files with 10 additions and 8 deletions
				
			
		|  | @ -7,7 +7,7 @@ | |||
|     <x>0</x> | ||||
|     <y>0</y> | ||||
|     <width>500</width> | ||||
|     <height>515</height> | ||||
|     <height>558</height> | ||||
|    </rect> | ||||
|   </property> | ||||
|   <layout class="QFormLayout" name="formLayout_2"> | ||||
|  |  | |||
|  | @ -36,16 +36,18 @@ GreaderAccountDetails::GreaderAccountDetails(QWidget* parent) : QWidget(parent), | |||
|                                   tr("No test done yet."), | ||||
|                                   tr("Here, results of connection test are shown.")); | ||||
| 
 | ||||
|   m_ui.m_lblLimitMessages->setText(tr("Limiting the number of fetched articles per feed makes fetching of " | ||||
|                                       "articles faster, but if your feed contains more articles " | ||||
|                                       "than specified limit, then some older articles might not be " | ||||
|                                       "fetched at all.")); | ||||
|   m_ui.m_lblLimitMessages->setText(tr("Some feeds might contain tens of thousands of articles " | ||||
|                                       "and downloading all of them could take great amount of time, " | ||||
|                                       "so sometimes it is good to download " | ||||
|                                       "only certain amount of newest messages.")); | ||||
| 
 | ||||
|   GuiUtilities::setLabelAsNotice(*m_ui.m_lblLimitMessages, true); | ||||
| 
 | ||||
|   m_ui.m_lblNewAlgorithm->setText(tr("If you select intelligent synchronization, then only not-yet-fetched " | ||||
|                                      "or updated articles are downloaded. Network usage is greatly reduced and " | ||||
|                                      "overall synchronization speed is greatly improved.")); | ||||
|                                      "overall synchronization speed is greatly improved, but " | ||||
|                                      "first feed fetching could be slow anyway if your feed contains " | ||||
|                                      "huge number of articles.")); | ||||
| 
 | ||||
|   GuiUtilities::setLabelAsNotice(*m_ui.m_lblNewAlgorithm, false); | ||||
| 
 | ||||
|  |  | |||
|  | @ -7,7 +7,7 @@ | |||
|     <x>0</x> | ||||
|     <y>0</y> | ||||
|     <width>430</width> | ||||
|     <height>437</height> | ||||
|     <height>537</height> | ||||
|    </rect> | ||||
|   </property> | ||||
|   <layout class="QFormLayout" name="formLayout"> | ||||
|  | @ -58,7 +58,7 @@ | |||
|    <item row="7" column="0" colspan="2"> | ||||
|     <layout class="QHBoxLayout" name="horizontalLayout"> | ||||
|      <item> | ||||
|       <widget class="QLabel" name="label"> | ||||
|       <widget class="QLabel" name="m_lblLimitMessagesShort"> | ||||
|        <property name="text"> | ||||
|         <string>Only download newest X articles per feed</string> | ||||
|        </property> | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue