KLineEdit/QLineEdit
This commit is contained in:
		
					parent
					
						
							
								e2cdec1947
							
						
					
				
			
			
				commit
				
					
						880417502a
					
				
			
		
					 2 changed files with 7 additions and 7 deletions
				
			
		| 
						 | 
				
			
			@ -62,8 +62,8 @@ DanbooruConnectWidget::DanbooruConnectWidget(QVector< KUrl > urlList,
 | 
			
		|||
    danbooruUrlComboBox->setFocus();
 | 
			
		||||
    closeButton->setIcon(QIcon::fromTheme(QLatin1String("dialog-close")));
 | 
			
		||||
    closeButton->setToolTip(i18n("Close dialog and discard changes"));
 | 
			
		||||
    userLineEdit->setClearButtonShown(true);
 | 
			
		||||
    passwdLineEdit->setClearButtonShown(true);
 | 
			
		||||
    userLineEdit->setClearButtonEnabled(true);
 | 
			
		||||
    passwdLineEdit->setClearButtonEnabled(true);
 | 
			
		||||
 | 
			
		||||
    if (anonCheckBox->isChecked()) {
 | 
			
		||||
        userLineEdit->setEnabled(false);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -49,8 +49,8 @@
 | 
			
		|||
    </widget>
 | 
			
		||||
   </item>
 | 
			
		||||
   <item>
 | 
			
		||||
    <widget class="KLineEdit" name="userLineEdit">
 | 
			
		||||
     <property name="clickMessage">
 | 
			
		||||
    <widget class="QLineEdit" name="userLineEdit">
 | 
			
		||||
     <property name="placeholderText">
 | 
			
		||||
      <string>Danbooru username (optional)</string>
 | 
			
		||||
     </property>
 | 
			
		||||
    </widget>
 | 
			
		||||
| 
						 | 
				
			
			@ -63,8 +63,8 @@
 | 
			
		|||
    </widget>
 | 
			
		||||
   </item>
 | 
			
		||||
   <item>
 | 
			
		||||
    <widget class="KLineEdit" name="passwdLineEdit">
 | 
			
		||||
     <property name="clickMessage">
 | 
			
		||||
    <widget class="QLineEdit" name="passwdLineEdit">
 | 
			
		||||
     <property name="placeholderText">
 | 
			
		||||
      <string>Danbooru password (optional)</string>
 | 
			
		||||
     </property>
 | 
			
		||||
     <property name="passwordMode">
 | 
			
		||||
| 
						 | 
				
			
			@ -106,7 +106,7 @@
 | 
			
		|||
   <header>kcombobox.h</header>
 | 
			
		||||
  </customwidget>
 | 
			
		||||
  <customwidget>
 | 
			
		||||
   <class>KLineEdit</class>
 | 
			
		||||
   <class>QLineEdit</class>
 | 
			
		||||
   <extends>QLineEdit</extends>
 | 
			
		||||
   <header>klineedit.h</header>
 | 
			
		||||
  </customwidget>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue