Example #1
0
 public KUrlComboBox(KUrlComboBox.Mode mode, bool rw, QWidget parent)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("KUrlComboBox$$#", "KUrlComboBox(KUrlComboBox::Mode, bool, QWidget*)", typeof(void), typeof(KUrlComboBox.Mode), mode, typeof(bool), rw, typeof(QWidget), parent);
 }
Example #2
0
 public KUrlComboBox(KUrlComboBox.Mode mode, bool rw)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("KUrlComboBox$$", "KUrlComboBox(KUrlComboBox::Mode, bool)", typeof(void), typeof(KUrlComboBox.Mode), mode, typeof(bool), rw);
 }
Example #3
0
 /// <remarks>
 ///  Inserts <code>urls</code> into the combobox below the "default urls" (see
 ///  addDefaultUrl).
 ///  If the list of urls contains more items than maxItems, the <code>remove</code>
 ///  parameter determines whether the first or last items will be stripped.
 ///      </remarks>        <short>    Inserts <code>urls</code> into the combobox below the "default urls" (see  addDefaultUrl).</short>
 public void SetUrls(List<string> urls, KUrlComboBox.OverLoadResolving remove)
 {
     interceptor.Invoke("setUrls?$", "setUrls(const QStringList&, KUrlComboBox::OverLoadResolving)", typeof(void), typeof(List<string>), urls, typeof(KUrlComboBox.OverLoadResolving), remove);
 }