qregexp
Qt "QTextEdit" Functions
Well, i\'m doing an IDE System. Basically, everything works Fine. Though, but i have a problem. The class开发者_运维百科 \"QTextEdit\" doesn\'t have the member \"setCompleter\" which is for autocomple[详细]
2023-03-18 04:55 分类:问答QRegExp containing line feed, enter
I have no clue how to use QRegExp. I am trying to remove selected characters from QString but don\'t kno开发者_如何学JAVAw how to write it as regular expression, never worked with those :( I want to r[详细]
2023-03-02 02:39 分类:问答QRegExpValidator parameters
If I write the following: QValidator *validator = new QRegExpValidator(regExp, this); What does this mean here? 开发者_如何学PythonWhat is it referring to? If I don\'t use it what effect will occur[详细]
2023-02-25 19:10 分类:问答Need assistance with Regular Expressions in Qt (QRegExp) [bad repetition syntax?]
void MainWindow::whatever(){ QRegExp rx (\"<span(.*?)>\"); //QString line = ui->txtNet1->toHtml();[详细]
2023-01-31 22:59 分类:问答QRegExp problem
I have written QRegExp rx(\"<img src=\\\"\\\\S+\\\"\\\\s+width=\\\"(\\\\d+)\\\"\\\\s+height\\\"(\\\\d+)\\\"\\\\s+/>\");[详细]
2023-01-31 15:58 分类:问答is it possible to split the following string using regular expressions?
suppose I have a string: QString str={time:123,age:{aaa:123,bbb:456},address:aaa,hight:{zzz:111,ccc:{rrr:333,uuu:555},xxx:222}};[详细]
2023-01-24 12:08 分类:问答Qt/C++ regular expression library with unicode property support
I\'m converting an application from the .Net framework to Qt using C++. The application makes extensive use of regular expression unicode properties, i.e. \\p{L}, \\p{M}, etc. I\'ve just discovered th[详细]
2022-12-29 21:39 分类:问答Running jar, setting classpath
I\'ve got a project I\'ve made with Maven. I compile a JAR, with \"mvn package\", and now I want to run it, preferably without setting some insane classpath, as it depends on Spring and half the inter[详细]
2022-12-18 03:45 分类:问答