need compiler translation! Programming Software Development by JRM …;text(); Qt::CaseSensitivity cs = caseCheckBox->isChecked() ? Qt::CaseSensitive : Qt::CaseInsensitive; if (backwardCheckBox->isChecked()) { emit findPrevious(text, cs); } else { emit… Fatal error: Class Programming Web Development by scottfreevideos …('/\<\/?script[^\>]*\>/i', '', $value); //the i makes it caseinsensitive } } # vim:ts=4 sw=4 noet ?> merge a QFileSystemModel completer with the python list Programming Software Development by krystosan ….QCompleter(dirModel,self) completer.setModel(dirModel) completer.setCaseSensitivity(QtCore.Qt.CaseInsensitive) self.addPathEdit.setCompleter(completer) i want to add both these… Re: String Programming Web Development by Airshow …" function string_contains(haystack, needle, caseInsensitive){ if(needle.toString() === '') { return false; } if(!caseInsensitive) { return haystack.toString().indexOf(needle.…string_contains('ABCDEF', '') );//false </script>[/CODE] [ICODE]caseInsensitive[/ICODE] defaults to false (ie case-sensitive) if omitted. [… Re: String Programming Web Development by Airshow …" function string_contains(haystack, needle, caseInsensitive){ if(needle.toString() === '') { return false; } if(!caseInsensitive) { return haystack.toString().indexOf(needle.…string_contains('ABCDEF', '') );//false </script>[/CODE] [ICODE]caseInsensitive[/ICODE] defaults to false (ie case-sensitive) if omitted. [… Re: Specialize Member Function of a Template Class Programming Software Development by mike_2000_17 …<typename T> CaseInsensitiveCompare<T> CaseInsensitive(const T& value) { return CaseInsensitiveCompare<T…quot; << std::endl; if( i_obj.Contains( CaseInsensitive(42) ) ) // ERROR: a big WTF from the …Foo'!" << std::endl; if( s_obj.Contains( CaseInsensitive( std::string("Foo") ) ) // will call … Re: Sort order defines all E-like characters as equal Programming Databases by swolly … collation[/COLOR] i only must chane the collation to Latin1_General_CI_AI (CaseInsensitive AccentInsensitive), but i only find now o=ö=ò... but if i… Re: need compiler translation! Programming Software Development by vijayan121 ZN10FindDialogC2EP7QWidget is the result of the c++ compiler embedding type/namespace information in names (this is called name decoration or name mangling) . see: [url]http://en.wikipedia.org/wiki/Name_mangling#Complex_example[/url] for an example. you have probably inherited virtual functions from the base class QDialog and i think you are … Re: need compiler translation! Programming Software Development by JRM [QUOTE=vijayan121;414998] [url]http://en.wikipedia.org/wiki/Name_mangling#Complex_example[/url] for an example. you have probably inherited virtual functions from the base class QDialog and i think you are not linking to the library that contains the (compiled) code for QDialog. the c++ compiler would have demangled the name for you in a … Re: need compiler translation! Programming Software Development by vijayan121 QDialog is a header file (header files in qt 4.3 do not have a .h extension; they are like headers in libstdc++ ( <iostream>, <QDialog> ). the easiest way to build a qt applicatiom is to create a Makefile using qmake. here is a link to a simple tutorial to get you started: [URL]http://doc.trolltech.com/4.3/qmake-tutorial.html#starting… Re: need compiler translation! Programming Software Development by JRM [QUOTE=vijayan121;415082]QDialog is a header file (header files in qt 4.3 do not have a .h extension; they are like headers in libstdc++ ( <iostream>, <QDialog> ). the easiest way to build a qt application is to create a Makefile using qmake. [/QUOTE] Actually, I'm using Codeblocks IDE which has a project wizard for QT4. I … Re: need compiler translation! Programming Software Development by vijayan121 you could try using: [url]http://code.google.com/p/qtworkbench/[/url] Re: Fatal error: Class Programming Web Development by LastMitch >I transferred my website from one server to another and copyied the website with the database and tried to put it all back together without luck. I don't think anyone can help you with this one. You didn't transfer it correctly. I think you need to restalled the website. You should have install the CMS platform first on the new server … Re: Fatal error: Class Programming Web Development by Squidge This is answered in one of CMSmadesimple FAQ section.