webnovel

qt:the aftermath of having slept with the villain

Related Stories
QT:The Aftermath Of Having Slept With The Villain
Author: Tour_Freak
Ongoing · 906.2K Views
Synopsis

When the female support (cannon fodder) slept with the villain, they all had miserable ends.But what about when the female support changes to Xue Xue?The ending naturally becomes different.

Table of Contents
More

Villain MMORPG: Almighty Devil Emperor and His Seven Demonic Wives

Allen, the legendary player "Godlike", finds himself thrust into the revolutionary fulldive VRMMORPG Hell's Gate's main villain, Azazel. Alongside seven skilled female players, he embarks on a journey filled with unexpected challenges. Confronting his old nemesis and countless players, Allen delves deep into the shadows of his own dark past. Soon, he becomes entangled in a complex web of new relationships and past betrayals. His companions develop feelings for him, not only in the virtual world but also in real life. Balancing his affection for his wives, the chaos of the battlefield, and his thirst for revenge, Allen sets out to attain everything he desires. The legendary player has returned once again, not as the hero but as the villain. He shall claim the title of ultimate villain! ---------------------- Each one of his subordinates represent seven deadly sins: Nefaris (Vampire) -> Pride // Player: Larissa Lullaby (Siren) -> Sloth // Player: Shea Lilieth (Succubus) -> Lust // Player: Vivian Eira (Fox Demon) -> Wrath // Player: Bella Selena (Witch) -> Envy // Player: Alice Abyssia (Kraken) -> Gluttony // Player : Zoe Grimora (Necromancer) -> Greed // Player: Jane -------------------------- Join my discord channel for illustrations: https://discord.gg/mSRHyMVhnG Bonus Chapters! *600 Power Stone = 1 bonus chapter *400 Golden Ticket= 1 bonus chapter *Magic Castle= 2 bonus chapters *Space Craft= 4 bonus chapters Important Note: No NTR, No Yuri, No rape, the relationship will go both in the game and real world. Tags: Mature Content , R-18 , Gore, Comedy , Revenge, Face Slapping, Monster Girls , Succubus , Magic , Demons , Devil , Beasts , Action , Mystery , Overpowered , Harem , System , Servants , Handsome Male Lead , Smart Male Lead and Slice of Life.

UnholyGod · Games

After Having Everything Taken Away, She Returns As A God

[Sweet, Satisfying, and Passionate; Group Pampering; Torture Casanovas] Si Fuqing opened her eyes to find that her luck has been stolen. Everyone wanted her out of the entertainment industry too. After getting a second chance at life, she just wanted to do nothing this time. Yet, some people who didn’t know their place kept trying to rub off on her fame without any genuine talents to show for. This wouldn’t do. She had to do something about them. Si Fuqing pinched her wrist and took action. After that, the internet berated her for being shameless enough to court Yu Yao, and that her private life was indecent, but… An international songstress: I’m able to stand here today all because of Qingqing. A top-rate male celebrity: Stay away from my sister #YuYao An official international sports channel: Congratulations to Si Fuqing for securing the 13th personal gold medal. At first, Yu Yao paid no mind to Si Fuqing. But when he later learned the truth and regretted, even getting down on his knees so Si Fuqing would look his way again, he could only post a status on social media saying, [#SiFuqing, Hello, Ninth Aunt]. That day, the internet was paralyzed. In the records of history, Emperor Yin rose to fame at a young age. He was perfect, powerful, and benevolent. Yet, he died at the age of 27 due to illness, having lived only a short life with no wife or children. He was an unattainable Adonis for many. No one knew that when he opened his eyes once more, he woke up in the future where 1500 years had passed. This time, he saw tall buildings that he had once imagined before. Shortly after, Emperor Yin’s identity was exposed. When Si Fuqing learned that her idol was within arm’s reach, she was so impressed that she wanted to… Si Fuqing: I’ll work hard! Emperor Yin: Repay me with your body. Si Fuqing: ??? ‘Here I am trying to work hard, but you want me instead?’ An all-rounder and gorgeous goddess x A resolute and noble emperor From being scorned on the internet, to being crowned as number one while she fought her Adonis one-on-one.

Qing Qian · Urban
Related Reviews
Related Questions
What are the features of qt dog cartoon?
2 answers
2025-04-18 03:54
The qt dog cartoon usually has cute and charming designs. The dogs might have big eyes and fluffy fur.
What are the characteristics of a 30 qt short story?
3 answers
2024-12-14 09:48
A 30 qt short story is usually concise. It has to convey a complete idea or plot in a limited space. It often has a clear theme, like love, loss, or self - discovery. For example, in 'The Most Dangerous Game', the theme of survival and the morality of hunting is presented very clearly within a short span.
What are long qt stories about?
1 answer
2024-10-29 01:50
Long qt stories may also be about scientific research on long QT syndrome. They could talk about the discovery of new genes related to it, new treatment methods, or the efforts of researchers to understand how the heart's electrical system is affected in this condition. Scientists might share their stories of how they are trying to find better ways to diagnose and treat patients with long QT.
How to export qt data into txt file
1 answer
2026-02-25 13:00
In Qt, you can export the data to a txt-file in the following ways: 1. ** Including related classes and header files **: In the header file (.h file) of the code, you need to include related classes, such as `Qfile`,`QText Stream`, etc. For example,`#include<QFile>`,`#include<QTextStream>`, etc. These classes can perform convenient read and write operations on IOs,`QString`,`QByteArray`, etc. 2. ** define a function to implement the export function **: - In the class definition, define a function to export txt-files, such as `bool exportTxe (QString fileName, QDate start, QDate end)`(The parameters here can be adjusted according to actual needs). - Inside the function: - First, create a `Qfile` object and open the file, such as `Qfile f(fileName); if(! f.open (QIODevice::WriteOnly| QIODevice::Text)){return false;}`, open the file in write only and text mode. If the file fails to open,`false`will be returned. - Then, create a `QText Stream` object to associate with the file, such as `QText Stream txtOutput(&amp;f);`. - He could write some necessary information into the file, such as the time range. If the start time is empty, the end time can be written in a specific format; if the start time is not empty, the range from the start time to the end time can be written in a specific format. - Then, the data was written in a loop according to the actual data source. For example, obtaining data from the database, searching the result set in a loop, processing the data according to a certain format, and then writing it into a file. For time-type data, it may be necessary to format it (for example,`result += value.toDateTime().toString("yy-MM-dd hh:mm:ss").trimmed(). toUtf8 ();`). For special processing of specific tables and fields (for example, special processing when the database field type is `image`, and ordinary Chinese characters are used for coding, etc.), each value can be distinguished by a specific mark. After each line of data is written, the line will change (`txtOutput &lt;&lt; result &lt;&lt; endl;`). - Finally, write a special mark to indicate the end of the data (such as `txtOutput &lt;&lt; "yangEnd" &lt;&lt; endl;`) and close the file (`f.flush(); f.close();`). 3. ** To export a txt-file from the Qtextedit window (one method)**: - The header file contains `QFile',` QText Stream `,` QFiledDialo `and other related header files. - In the `cpp 'file, when you click a button (such as the`on_savetext_recv_clicked`function), first select the save path, and use` QFiledrogue:: getOpen &lt;anno data-annotation-id ="000000f4 - 4000 - 4000 - 4000 - 8000 - 800000000000"&gt; FiledName &lt;/anno&gt; to obtain the save path. - Create a `Qfile` object and open the file. If the file fails to open, a warning message will pop up and the system will return. - Create a `QText Stream` object and associate it with a file. Write the text in the `QText edit` window (such as `ui-&gt;text_recv-&gt;toPlainText()`) into the file. 4. ** During the execution of the program, you can print the log to export a txt-file (another method)**: - First, define the string content to be written into the log file (for example,`QString strLog = "`"), and then combine the relevant data into a string according to a certain format (for example, combining the sent and received data in the hex format). - Then, call a function (such as the `SaveLogTxy` function) to save the log to a txt-file. - Inside the `SaveLogTxe` function: - Obtain the current date and time, and determine the path to save the file (for example, under the absolute path of the program.Exe, name the file according to the date, such as `QCoreApp:: applyDirPath ()+ strDate +"log.txt'`). - Open the file (Open `Qfile file(strPath) in Append mode; bool isOK =file.open&gt;| QIODevice::Append);`)。 - Create a `QText Stream` object and associate it with the file, write the date, time, and log content, and close the file. <a href="/?from=ask_words" style="color:red" target="_blank">Read more exciting novels for free</a>
qt how to use txt file to draw
1 answer
2026-02-24 14:57
The following are the steps to use Qt to draw a picture from a txt-file: 1. Create a new Qt project, for example, select "Qt Widgets Application" in Qt Creator. 2. Add a QcustomPlot library (for drawing graphs) to the project. 3. Create a new class to read and process TMT files: - Open and read the data in the TMT file using the Qfile and QText Stream classes. For example, you can create a Qfile object, open the file, and read the data line by line through QText Stream. The read data can be stored in QVectored. 4. In the main window: - Create a QcustomPlot object and set its size, title, and other attributes. - Use the data in QVectorto draw the required graph. You can use the QCPGraph class to draw line graphs or scatter plots. 5. The reading and drawing codes were integrated, and the function of this class was called in the main window to read the TMT file data and draw the graph. For example, you can create a timer object, read the file data line by line in the timer's slot function, and add it to the data container (such as QVectorQ). Then, you can use the QcustomPlot object to draw and update the coordinate range, and call the replot() function to update the chart. <a href="/?from=ask_words" style="color:red" target="_blank">Read more exciting novels for free</a>
Related Topics
More
New Arrivals

The Fairy's Daily Life

In his previous life, his father didn't love him, and in the end, he wasn't even his biological son. When he was disheartened, he actually transmigrated into an elf! In the magical western fantasy world, elves had always been the representative of elegance. As a modern person, Osley was also trying his best to maintain his cold image. He enjoyed this process very much. He, who had been heartbroken in his previous life, only wanted to stay away from everyone. However, he did not expect that he would go further and further down the road of collapsing his character. His biological mother was the coldest elf? I'm sorry, but who's the elf who's pretending to cry in front of her son so that her son can cook? Osley started a fire by drilling wood, and his cold character collapsed by 10%. When he began to cultivate magic, Osley decided to maintain his character. He became the first place. A talented genius could not be profaned! However, he didn't expect a silly girl named Xixi to hug him and push him to the ground. Cold-looking character collapsed by 30% Osley was speechless. During the trial, he acted alone, but he met a confused girl who successfully led him astray. His cold and aloof persona collapsed by 50%. 'Forget it,' Osley thought,'This is too scary. Can't I just leave?' In the end, when he was in school, he met that girl again, Osley…The feeling of being moved was completely ruined. Cold and aloof? What was it?

The stars speak in the dark night
· 4.6K Views

After I transmigrated, I conquered the sickly prince

Through the book + cute baby + sweet pet cool text 1v1, Double Clean. When Chu Xiyue woke up, she realized that she had transmigrated into a book. She had transmigrated into a favorite novel of Gu Zaotian, which was played by the popular idol Xiao Yi, the fried chicken. Not only did she have a little brat who called her mother, but she also had a notorious killer senior brother and a money-grubbing idiot senior sister. Fortunately, she had picked up a paranoid, arrogant, and arrogant man. Life was as exciting as it could be. If it wasn't for the fact that he looked like the idol that she had been longing for in her previous life, if it wasn't for the fact that he was a male lead who had a cheat… Chu Xiyue wanted to slap him into the Pacific Ocean. When she was reading the book, she didn't think that there was anything wrong with the male protagonist's personality. There were many twists and turns between him and the female protagonist. In the end, she successfully angered the female protagonist and left. She couldn't blame him. It was all her fault. On the contrary, she felt that he was handsome and cool enough. However, when he came into contact with it, he realized how annoying this paranoia, paranoia, arrogance, and arrogance were. * Xiao Yi had recently taken on a big IP role as the male lead of a popular online book. In the early stages, the male protagonist was suspicious, arrogant, arrogant, and arrogant. In the end, he successfully forced the female protagonist away. To be honest, Xiao Yi didn't like this male lead very much, but this was the work of the creator of sweet and favorite novels, the long road of life of a great author. Xiao Yi reluctantly acted in it. However, as she acted, she realized that something was wrong. * "Why are you always going against me?" Chu Xiyue asked with her hands on her hips. "How can I let these things dirty Yue 'er's hands?" The man raised his eyes lazily. [The female lead who looks cold on the outside but is soft and cute on the inside] and [the male lead who looks gentle on the outside but is sick on the inside]

Morocco blue
· 4.5K Views
Popular Searches