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> |     <x>0</x> | ||||||
|     <y>0</y> |     <y>0</y> | ||||||
|     <width>500</width> |     <width>500</width> | ||||||
|     <height>515</height> |     <height>558</height> | ||||||
|    </rect> |    </rect> | ||||||
|   </property> |   </property> | ||||||
|   <layout class="QFormLayout" name="formLayout_2"> |   <layout class="QFormLayout" name="formLayout_2"> | ||||||
|  |  | ||||||
|  | @ -36,16 +36,18 @@ GreaderAccountDetails::GreaderAccountDetails(QWidget* parent) : QWidget(parent), | ||||||
|                                   tr("No test done yet."), |                                   tr("No test done yet."), | ||||||
|                                   tr("Here, results of connection test are shown.")); |                                   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 " |   m_ui.m_lblLimitMessages->setText(tr("Some feeds might contain tens of thousands of articles " | ||||||
|                                       "articles faster, but if your feed contains more articles " |                                       "and downloading all of them could take great amount of time, " | ||||||
|                                       "than specified limit, then some older articles might not be " |                                       "so sometimes it is good to download " | ||||||
|                                       "fetched at all.")); |                                       "only certain amount of newest messages.")); | ||||||
| 
 | 
 | ||||||
|   GuiUtilities::setLabelAsNotice(*m_ui.m_lblLimitMessages, true); |   GuiUtilities::setLabelAsNotice(*m_ui.m_lblLimitMessages, true); | ||||||
| 
 | 
 | ||||||
|   m_ui.m_lblNewAlgorithm->setText(tr("If you select intelligent synchronization, then only not-yet-fetched " |   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 " |                                      "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); |   GuiUtilities::setLabelAsNotice(*m_ui.m_lblNewAlgorithm, false); | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -7,7 +7,7 @@ | ||||||
|     <x>0</x> |     <x>0</x> | ||||||
|     <y>0</y> |     <y>0</y> | ||||||
|     <width>430</width> |     <width>430</width> | ||||||
|     <height>437</height> |     <height>537</height> | ||||||
|    </rect> |    </rect> | ||||||
|   </property> |   </property> | ||||||
|   <layout class="QFormLayout" name="formLayout"> |   <layout class="QFormLayout" name="formLayout"> | ||||||
|  | @ -58,7 +58,7 @@ | ||||||
|    <item row="7" column="0" colspan="2"> |    <item row="7" column="0" colspan="2"> | ||||||
|     <layout class="QHBoxLayout" name="horizontalLayout"> |     <layout class="QHBoxLayout" name="horizontalLayout"> | ||||||
|      <item> |      <item> | ||||||
|       <widget class="QLabel" name="label"> |       <widget class="QLabel" name="m_lblLimitMessagesShort"> | ||||||
|        <property name="text"> |        <property name="text"> | ||||||
|         <string>Only download newest X articles per feed</string> |         <string>Only download newest X articles per feed</string> | ||||||
|        </property> |        </property> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue